Html Css Color HEX #9C4316 Saddle Brown

📋 copy color: '#9C4316'

red 156 ◦ green 67 ◦ blue 22

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

Shades of Saddle Brown #9C4316

Tints of Saddle Brown #9C4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 63.67%
G = 27.35%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C4316 (or 0x9C4316) is known color: Saddle Brown. HEX triplet: 9C, 43 and 16. RGB value is (156,67,22). Sum of RGB (Red+Green+Blue) = 156+67+22=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4316 is #63BCE9. Grayscale: #585858. Windows color (decimal): -6536426 or 1459100. OLE color: 1459100.

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

Color convert

RGB 156 67 22 -
CMYK 0 0.57 0.86 0.39
HSL 20.15º 0.75% 0.35% -
HSV(B) 20.15º 0.86% 0.61% -
XYZ 15.86 11.14 2.07 -
YUV 88.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 156 67 22 0 0.57 0.86 0.39 20.15 0.75 0.35
Hex 9C 43 16 0 39 56 27 14 4B 23
Octal 234 103 26 0 71 126 47 24 113 43
Binary 10011100 1000011 10110 0 111001 1010110 100111 10100 1001011 100011

Color Harmonies of #9C4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4316

Black with #9C4316

Text Example


Text Example

White with #9C4316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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