Html Css Color HEX #9C3C0A Saddle Brown

📋 copy color: '#9C3C0A'

red 156 ◦ green 60 ◦ blue 10

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

Shades of Saddle Brown #9C3C0A

Tints of Saddle Brown #9C3C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 69.03%
G = 26.55%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C3C0A (or 0x9C3C0A) is known color: Saddle Brown. HEX triplet: 9C, 3C and 0A. RGB value is (156,60,10). Sum of RGB (Red+Green+Blue) = 156+60+10=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3C0A is #63C3F5. Grayscale: #535353. Windows color (decimal): -6538230 or 670876. OLE color: 670876.

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

Color convert

RGB 156 60 10 -
CMYK 0 0.62 0.94 0.39
HSL 20.55º 0.88% 0.33% -
HSV(B) 20.55º 0.94% 0.61% -
XYZ 15.38 10.32 1.47 -
YUV 83 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 156 60 10 0 0.62 0.94 0.39 20.55 0.88 0.33
Hex 9C 3C A 0 3E 5E 27 15 58 21
Octal 234 74 12 0 76 136 47 25 130 41
Binary 10011100 111100 1010 0 111110 1011110 100111 10101 1011000 100001

Color Harmonies of #9C3C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C0A

Black with #9C3C0A

Text Example


Text Example

White with #9C3C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,60,10); }

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

background-color css

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

 a { background-color: rgb(156,60,10); }

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

border-color css

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

 span { border-color: rgb(156,60,10); }

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