Html Css Color HEX #9C440C Saddle Brown

📋 copy color: '#9C440C'

red 156 ◦ green 68 ◦ blue 12

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

Shades of Saddle Brown #9C440C

Tints of Saddle Brown #9C440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 66.1%
G = 28.81%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C440C (or 0x9C440C) is known color: Saddle Brown. HEX triplet: 9C, 44 and 0C. RGB value is (156,68,12). Sum of RGB (Red+Green+Blue) = 156+68+12=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C440C is #63BBF3. Grayscale: #585858. Windows color (decimal): -6536180 or 803996. OLE color: 803996.

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

Color convert

RGB 156 68 12 -
CMYK 0 0.56 0.92 0.39
HSL 23.33º 0.86% 0.33% -
HSV(B) 23.33º 0.92% 0.61% -
XYZ 15.84 11.23 1.68 -
YUV 87.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 156 68 12 0 0.56 0.92 0.39 23.33 0.86 0.33
Hex 9C 44 C 0 38 5C 27 17 56 21
Octal 234 104 14 0 70 134 47 27 126 41
Binary 10011100 1000100 1100 0 111000 1011100 100111 10111 1010110 100001

Color Harmonies of #9C440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C440C

Black with #9C440C

Text Example


Text Example

White with #9C440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,68,12); }

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

background-color css

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

 a { background-color: rgb(156,68,12); }

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

border-color css

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

 span { border-color: rgb(156,68,12); }

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