Html Css Color HEX #915C08 Golden Brown

📋 copy color: '#915C08'

red 145 ◦ green 92 ◦ blue 8

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

Shades of Golden Brown #915C08

Tints of Golden Brown #915C08

RGB

 RED value IS 145 (57.03% from 255) = 59.18%

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 59.18%
G = 37.55%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#915C08 (or 0x915C08) is known color: Golden Brown. HEX triplet: 91, 5C and 08. RGB value is (145,92,8). Sum of RGB (Red+Green+Blue) = 145+92+8=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #915C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C08 is #6EA3F7. Grayscale: #626262. Windows color (decimal): -7250936 or 547985. OLE color: 547985.

HSL color Cylindrical-coordinate representation of color #915C08: hue angle of 36.79º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #915C08 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 8 -
CMYK 0 0.37 0.94 0.43
HSL 36.79º 0.9% 0.3% -
HSV(B) 36.79º 0.94% 0.57% -
XYZ 15.55 13.69 2.05 -
YUV 98.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 145 92 8 0 0.37 0.94 0.43 36.79 0.9 0.3
Hex 91 5C 8 0 25 5E 2B 25 5A 1E
Octal 221 134 10 0 45 136 53 45 132 36
Binary 10010001 1011100 1000 0 100101 1011110 101011 100101 1011010 11110

Color Harmonies of #915C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C08

Black with #915C08

Text Example


Text Example

White with #915C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915C08; }

 p { color: rgb(145,92,8); }

 H1.HeaderClassName
 {
   color: #915C08;
 }
 .AnyTagClassName
 {
   color: #915C08;
 }
</style>

background-color css

<style>
 a { background-color: #915C08; }

 a { background-color: rgb(145,92,8); }

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

border-color css

<style>
 span { border-color: #915C08; }

 span { border-color: rgb(145,92,8); }

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