Html Css Color HEX #9C440E Saddle Brown

📋 copy color: '#9C440E'

red 156 ◦ green 68 ◦ blue 14

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

Shades of Saddle Brown #9C440E

Tints of Saddle Brown #9C440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 65.55%
G = 28.57%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C440E (or 0x9C440E) is known color: Saddle Brown. HEX triplet: 9C, 44 and 0E. RGB value is (156,68,14). Sum of RGB (Red+Green+Blue) = 156+68+14=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C440E is #63BBF1. Grayscale: #585858. Windows color (decimal): -6536178 or 935068. OLE color: 935068.

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

Color convert

RGB 156 68 14 -
CMYK 0 0.56 0.91 0.39
HSL 22.82º 0.84% 0.33% -
HSV(B) 22.82º 0.91% 0.61% -
XYZ 15.86 11.23 1.75 -
YUV 88.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 156 68 14 0 0.56 0.91 0.39 22.82 0.84 0.33
Hex 9C 44 E 0 38 5B 27 17 54 21
Octal 234 104 16 0 70 133 47 27 124 41
Binary 10011100 1000100 1110 0 111000 1011011 100111 10111 1010100 100001

Color Harmonies of #9C440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C440E

Black with #9C440E

Text Example


Text Example

White with #9C440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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