Html Css Color HEX #9C370D Saddle Brown

📋 copy color: '#9C370D'

red 156 ◦ green 55 ◦ blue 13

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

Shades of Saddle Brown #9C370D

Tints of Saddle Brown #9C370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 69.64%
G = 24.55%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C370D (or 0x9C370D) is known color: Saddle Brown. HEX triplet: 9C, 37 and 0D. RGB value is (156,55,13). Sum of RGB (Red+Green+Blue) = 156+55+13=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C370D is #63C8F2. Grayscale: #505050. Windows color (decimal): -6539507 or 866204. OLE color: 866204.

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

Color convert

RGB 156 55 13 -
CMYK 0 0.65 0.92 0.39
HSL 17.62º 0.85% 0.33% -
HSV(B) 17.62º 0.92% 0.61% -
XYZ 15.15 9.83 1.48 -
YUV 80.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 156 55 13 0 0.65 0.92 0.39 17.62 0.85 0.33
Hex 9C 37 D 0 41 5C 27 12 55 21
Octal 234 67 15 0 101 134 47 22 125 41
Binary 10011100 110111 1101 0 1000001 1011100 100111 10010 1010101 100001

Color Harmonies of #9C370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C370D

Black with #9C370D

Text Example


Text Example

White with #9C370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,13); }

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

background-color css

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

 a { background-color: rgb(156,55,13); }

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

border-color css

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

 span { border-color: rgb(156,55,13); }

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