Html Css Color HEX #925C00 Golden Brown

📋 copy color: '#925C00'

red 146 ◦ green 92 ◦ blue 0

#925C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #925C00

Tints of Golden Brown #925C00

RGB

 RED value IS 146 (57.42% from 255) = 61.34%

 GREEN value IS 92 (36.33% from 255) = 38.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.34%
G = 38.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#925C00 (or 0x925C00) is known color: Golden Brown. HEX triplet: 92, 5C and 00. RGB value is (146,92,0). Sum of RGB (Red+Green+Blue) = 146+92+0=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #925C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C00 is #6DA3FF. Grayscale: #626262. Windows color (decimal): -7185408 or 23698. OLE color: 23698.

HSL color Cylindrical-coordinate representation of color #925C00: hue angle of 37.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #925C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 0 -
CMYK 0 0.37 1 0.43
HSL 37.81º 1% 0.29% -
HSV(B) 37.81º 1% 0.57% -
XYZ 15.68 13.77 1.83 -
YUV 97.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 146 92 0 0 0.37 1 0.43 37.81 1 0.29
Hex 92 5C 0 0 25 64 2B 26 64 1D
Octal 222 134 0 0 45 144 53 46 144 35
Binary 10010010 1011100 0 0 100101 1100100 101011 100110 1100100 11101

Color Harmonies of #925C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C00

Black with #925C00

Text Example


Text Example

White with #925C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925C00; }

 p { color: rgb(146,92,0); }

 H1.HeaderClassName
 {
   color: #925C00;
 }
 .AnyTagClassName
 {
   color: #925C00;
 }
</style>

background-color css

<style>
 a { background-color: #925C00; }

 a { background-color: rgb(146,92,0); }

 div.DivClassName
 {
   background-color: #925C00;
 }
 .BgClassName
 {
   background-color: #925C00;
 }
</style>

border-color css

<style>
 span { border-color: #925C00; }

 span { border-color: rgb(146,92,0); }

 td.TdClassName
 {
   border-color: #925C00;
 }
 .TagClassName
 {
   border-color: #925C00;
 }
</style>