Html Css Color HEX #9D360C Saddle Brown

📋 copy color: '#9D360C'

red 157 ◦ green 54 ◦ blue 12

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

Shades of Saddle Brown #9D360C

Tints of Saddle Brown #9D360C

RGB

 RED value IS 157 (61.72% from 255) = 70.4%

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 70.4%
G = 24.22%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D360C (or 0x9D360C) is known color: Saddle Brown. HEX triplet: 9D, 36 and 0C. RGB value is (157,54,12). Sum of RGB (Red+Green+Blue) = 157+54+12=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D360C is #62C9F3. Grayscale: #505050. Windows color (decimal): -6474228 or 800413. OLE color: 800413.

HSL color Cylindrical-coordinate representation of color #9D360C: hue angle of 17.38º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D360C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 54 12 -
CMYK 0 0.66 0.92 0.38
HSL 17.38º 0.86% 0.33% -
HSV(B) 17.38º 0.92% 0.62% -
XYZ 15.29 9.83 1.44 -
YUV 80.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 157 54 12 0 0.66 0.92 0.38 17.38 0.86 0.33
Hex 9D 36 C 0 42 5C 26 11 56 21
Octal 235 66 14 0 102 134 46 21 126 41
Binary 10011101 110110 1100 0 1000010 1011100 100110 10001 1010110 100001

Color Harmonies of #9D360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D360C

Black with #9D360C

Text Example


Text Example

White with #9D360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,54,12); }

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

background-color css

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

 a { background-color: rgb(157,54,12); }

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

border-color css

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

 span { border-color: rgb(157,54,12); }

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