Html Css Color HEX #9C5511 Golden Brown

📋 copy color: '#9C5511'

red 156 ◦ green 85 ◦ blue 17

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

Shades of Golden Brown #9C5511

Tints of Golden Brown #9C5511

RGB

 RED value IS 156 (61.33% from 255) = 60.47%

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 60.47%
G = 32.95%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C5511 (or 0x9C5511) is known color: Golden Brown. HEX triplet: 9C, 55 and 11. RGB value is (156,85,17). Sum of RGB (Red+Green+Blue) = 156+85+17=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5511 is #63AAEE. Grayscale: #626262. Windows color (decimal): -6531823 or 1136028. OLE color: 1136028.

HSL color Cylindrical-coordinate representation of color #9C5511: hue angle of 29.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C5511 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 85 17 -
CMYK 0 0.46 0.89 0.39
HSL 29.35º 0.8% 0.34% -
HSV(B) 29.35º 0.89% 0.61% -
XYZ 17.06 13.61 2.26 -
YUV 98.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 156 85 17 0 0.46 0.89 0.39 29.35 0.8 0.34
Hex 9C 55 11 0 2E 59 27 1D 50 22
Octal 234 125 21 0 56 131 47 35 120 42
Binary 10011100 1010101 10001 0 101110 1011001 100111 11101 1010000 100010

Color Harmonies of #9C5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5511

Black with #9C5511

Text Example


Text Example

White with #9C5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5511; }

 p { color: rgb(156,85,17); }

 H1.HeaderClassName
 {
   color: #9C5511;
 }
 .AnyTagClassName
 {
   color: #9C5511;
 }
</style>

background-color css

<style>
 a { background-color: #9C5511; }

 a { background-color: rgb(156,85,17); }

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

border-color css

<style>
 span { border-color: #9C5511; }

 span { border-color: rgb(156,85,17); }

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