Html Css Color HEX #9C5A16 Golden Brown

📋 copy color: '#9C5A16'

red 156 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #9C5A16

Tints of Golden Brown #9C5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 58.21%
G = 33.58%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C5A16 (or 0x9C5A16) is known color: Golden Brown. HEX triplet: 9C, 5A and 16. RGB value is (156,90,22). Sum of RGB (Red+Green+Blue) = 156+90+22=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5A16 is #63A5E9. Grayscale: #666666. Windows color (decimal): -6530538 or 1464988. OLE color: 1464988.

HSL color Cylindrical-coordinate representation of color #9C5A16: hue angle of 30.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C5A16 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 90 22 -
CMYK 0 0.42 0.86 0.39
HSL 30.45º 0.75% 0.35% -
HSV(B) 30.45º 0.86% 0.61% -
XYZ 17.51 14.44 2.62 -
YUV 101.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 156 90 22 0 0.42 0.86 0.39 30.45 0.75 0.35
Hex 9C 5A 16 0 2A 56 27 1E 4B 23
Octal 234 132 26 0 52 126 47 36 113 43
Binary 10011100 1011010 10110 0 101010 1010110 100111 11110 1001011 100011

Color Harmonies of #9C5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A16

Black with #9C5A16

Text Example


Text Example

White with #9C5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,22); }

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

background-color css

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

 a { background-color: rgb(156,90,22); }

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

border-color css

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

 span { border-color: rgb(156,90,22); }

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