Html Css Color HEX #9C5209 Golden Brown

📋 copy color: '#9C5209'

red 156 ◦ green 82 ◦ blue 9

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

Shades of Golden Brown #9C5209

Tints of Golden Brown #9C5209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 63.16%
G = 33.2%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C5209 (or 0x9C5209) is known color: Golden Brown. HEX triplet: 9C, 52 and 09. RGB value is (156,82,9). Sum of RGB (Red+Green+Blue) = 156+82+9=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5209 is #63ADF6. Grayscale: #606060. Windows color (decimal): -6532599 or 610972. OLE color: 610972.

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

Color convert

RGB 156 82 9 -
CMYK 0 0.47 0.94 0.39
HSL 29.8º 0.89% 0.32% -
HSV(B) 29.8º 0.94% 0.61% -
XYZ 16.78 13.12 1.91 -
YUV 95.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 156 82 9 0 0.47 0.94 0.39 29.8 0.89 0.32
Hex 9C 52 9 0 2F 5E 27 1E 59 20
Octal 234 122 11 0 57 136 47 36 131 40
Binary 10011100 1010010 1001 0 101111 1011110 100111 11110 1011001 100000

Color Harmonies of #9C5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5209

Black with #9C5209

Text Example


Text Example

White with #9C5209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,9); }

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

background-color css

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

 a { background-color: rgb(156,82,9); }

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

border-color css

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

 span { border-color: rgb(156,82,9); }

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