Html Css Color HEX #9C4716 Saddle Brown

📋 copy color: '#9C4716'

red 156 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #9C4716

Tints of Saddle Brown #9C4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 62.65%
G = 28.51%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C4716 (or 0x9C4716) is known color: Saddle Brown. HEX triplet: 9C, 47 and 16. RGB value is (156,71,22). Sum of RGB (Red+Green+Blue) = 156+71+22=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4716 is #63B8E9. Grayscale: #5B5B5B. Windows color (decimal): -6535402 or 1460124. OLE color: 1460124.

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

Color convert

RGB 156 71 22 -
CMYK 0 0.54 0.86 0.39
HSL 21.94º 0.75% 0.35% -
HSV(B) 21.94º 0.86% 0.61% -
XYZ 16.11 11.63 2.16 -
YUV 90.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 156 71 22 0 0.54 0.86 0.39 21.94 0.75 0.35
Hex 9C 47 16 0 36 56 27 16 4B 23
Octal 234 107 26 0 66 126 47 26 113 43
Binary 10011100 1000111 10110 0 110110 1010110 100111 10110 1001011 100011

Color Harmonies of #9C4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4716

Black with #9C4716

Text Example


Text Example

White with #9C4716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,22); }

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

background-color css

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

 a { background-color: rgb(156,71,22); }

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

border-color css

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

 span { border-color: rgb(156,71,22); }

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