Html Css Color HEX #9C4119 Saddle Brown

📋 copy color: '#9C4119'

red 156 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #9C4119

Tints of Saddle Brown #9C4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 63.41%
G = 26.42%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C4119 (or 0x9C4119) is known color: Saddle Brown. HEX triplet: 9C, 41 and 19. RGB value is (156,65,25). Sum of RGB (Red+Green+Blue) = 156+65+25=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4119 is #63BEE6. Grayscale: #575757. Windows color (decimal): -6536935 or 1655196. OLE color: 1655196.

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

Color convert

RGB 156 65 25 -
CMYK 0 0.58 0.84 0.39
HSL 18.32º 0.72% 0.35% -
HSV(B) 18.32º 0.84% 0.61% -
XYZ 15.78 10.92 2.2 -
YUV 87.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 156 65 25 0 0.58 0.84 0.39 18.32 0.72 0.35
Hex 9C 41 19 0 3A 54 27 12 48 23
Octal 234 101 31 0 72 124 47 22 110 43
Binary 10011100 1000001 11001 0 111010 1010100 100111 10010 1001000 100011

Color Harmonies of #9C4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4119

Black with #9C4119

Text Example


Text Example

White with #9C4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,25); }

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

background-color css

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

 a { background-color: rgb(156,65,25); }

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

border-color css

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

 span { border-color: rgb(156,65,25); }

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