Html Css Color HEX #9C390B Saddle Brown

📋 copy color: '#9C390B'

red 156 ◦ green 57 ◦ blue 11

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

Shades of Saddle Brown #9C390B

Tints of Saddle Brown #9C390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 69.64%
G = 25.45%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C390B (or 0x9C390B) is known color: Saddle Brown. HEX triplet: 9C, 39 and 0B. RGB value is (156,57,11). Sum of RGB (Red+Green+Blue) = 156+57+11=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C390B is #63C6F4. Grayscale: #515151. Windows color (decimal): -6538997 or 735644. OLE color: 735644.

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

Color convert

RGB 156 57 11 -
CMYK 0 0.63 0.93 0.39
HSL 19.03º 0.87% 0.33% -
HSV(B) 19.03º 0.93% 0.61% -
XYZ 15.23 10.02 1.45 -
YUV 81.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 156 57 11 0 0.63 0.93 0.39 19.03 0.87 0.33
Hex 9C 39 B 0 3F 5D 27 13 57 21
Octal 234 71 13 0 77 135 47 23 127 41
Binary 10011100 111001 1011 0 111111 1011101 100111 10011 1010111 100001

Color Harmonies of #9C390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C390B

Black with #9C390B

Text Example


Text Example

White with #9C390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,57,11); }

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

background-color css

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

 a { background-color: rgb(156,57,11); }

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

border-color css

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

 span { border-color: rgb(156,57,11); }

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