Html Css Color HEX #9C390D Saddle Brown

📋 copy color: '#9C390D'

red 156 ◦ green 57 ◦ blue 13

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

Shades of Saddle Brown #9C390D

Tints of Saddle Brown #9C390D

RGB

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

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

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

R = 69.03%
G = 25.22%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C390D (or 0x9C390D) is known color: Saddle Brown. HEX triplet: 9C, 39 and 0D. RGB value is (156,57,13). Sum of RGB (Red+Green+Blue) = 156+57+13=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C390D is #63C6F2. Grayscale: #515151. Windows color (decimal): -6538995 or 866716. OLE color: 866716.

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

Color convert

RGB 156 57 13 -
CMYK 0 0.63 0.92 0.39
HSL 18.46º 0.85% 0.33% -
HSV(B) 18.46º 0.92% 0.61% -
XYZ 15.25 10.02 1.51 -
YUV 81.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 156 57 13 0 0.63 0.92 0.39 18.46 0.85 0.33
Hex 9C 39 D 0 3F 5C 27 12 55 21
Octal 234 71 15 0 77 134 47 22 125 41
Binary 10011100 111001 1101 0 111111 1011100 100111 10010 1010101 100001

Color Harmonies of #9C390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C390D

Black with #9C390D

Text Example


Text Example

White with #9C390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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