Html Css Color HEX #9C2F09 Saddle Brown

📋 copy color: '#9C2F09'

red 156 ◦ green 47 ◦ blue 9

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

Shades of Saddle Brown #9C2F09

Tints of Saddle Brown #9C2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 73.58%
G = 22.17%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C2F09 (or 0x9C2F09) is known color: Saddle Brown. HEX triplet: 9C, 2F and 09. RGB value is (156,47,9). Sum of RGB (Red+Green+Blue) = 156+47+9=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F09 is #63D0F6. Grayscale: #4B4B4B. Windows color (decimal): -6541559 or 602012. OLE color: 602012.

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

Color convert

RGB 156 47 9 -
CMYK 0 0.70 0.94 0.39
HSL 15.51º 0.89% 0.32% -
HSV(B) 15.51º 0.94% 0.61% -
XYZ 14.78 9.12 1.24 -
YUV 75.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 156 47 9 0 0.70 0.94 0.39 15.51 0.89 0.32
Hex 9C 2F 9 0 46 5E 27 10 59 20
Octal 234 57 11 0 106 136 47 20 131 40
Binary 10011100 101111 1001 0 1000110 1011110 100111 10000 1011001 100000

Color Harmonies of #9C2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F09

Black with #9C2F09

Text Example


Text Example

White with #9C2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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