Html Css Color HEX #9C3C09 Saddle Brown

📋 copy color: '#9C3C09'

red 156 ◦ green 60 ◦ blue 9

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

Shades of Saddle Brown #9C3C09

Tints of Saddle Brown #9C3C09

RGB

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

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

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

R = 69.33%
G = 26.67%
B = 4%

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

#9C3C09 (or 0x9C3C09) is known color: Saddle Brown. HEX triplet: 9C, 3C and 09. RGB value is (156,60,9). Sum of RGB (Red+Green+Blue) = 156+60+9=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3C09 is #63C3F6. Grayscale: #535353. Windows color (decimal): -6538231 or 605340. OLE color: 605340.

HSL color Cylindrical-coordinate representation of color #9C3C09: hue angle of 20.82º 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 #9C3C09 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 60 9 -
CMYK 0 0.62 0.94 0.39
HSL 20.82º 0.89% 0.32% -
HSV(B) 20.82º 0.94% 0.61% -
XYZ 15.38 10.32 1.44 -
YUV 82.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 156 60 9 0 0.62 0.94 0.39 20.82 0.89 0.32
Hex 9C 3C 9 0 3E 5E 27 15 59 20
Octal 234 74 11 0 76 136 47 25 131 40
Binary 10011100 111100 1001 0 111110 1011110 100111 10101 1011001 100000

Color Harmonies of #9C3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C09

Black with #9C3C09

Text Example


Text Example

White with #9C3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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