Html Css Color HEX #9C3A16 Saddle Brown

📋 copy color: '#9C3A16'

red 156 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #9C3A16

Tints of Saddle Brown #9C3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.58%

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

R = 66.1%
G = 24.58%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C3A16 (or 0x9C3A16) is known color: Saddle Brown. HEX triplet: 9C, 3A and 16. RGB value is (156,58,22). Sum of RGB (Red+Green+Blue) = 156+58+22=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3A16 is #63C5E9. Grayscale: #535353. Windows color (decimal): -6538730 or 1456796. OLE color: 1456796.

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

Color convert

RGB 156 58 22 -
CMYK 0 0.63 0.86 0.39
HSL 16.12º 0.75% 0.35% -
HSV(B) 16.12º 0.86% 0.61% -
XYZ 15.37 10.15 1.91 -
YUV 83.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 156 58 22 0 0.63 0.86 0.39 16.12 0.75 0.35
Hex 9C 3A 16 0 3F 56 27 10 4B 23
Octal 234 72 26 0 77 126 47 20 113 43
Binary 10011100 111010 10110 0 111111 1010110 100111 10000 1001011 100011

Color Harmonies of #9C3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A16

Black with #9C3A16

Text Example


Text Example

White with #9C3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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