Html Css Color HEX #9D420C Saddle Brown

📋 copy color: '#9D420C'

red 157 ◦ green 66 ◦ blue 12

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

Shades of Saddle Brown #9D420C

Tints of Saddle Brown #9D420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 66.81%
G = 28.09%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D420C (or 0x9D420C) is known color: Saddle Brown. HEX triplet: 9D, 42 and 0C. RGB value is (157,66,12). Sum of RGB (Red+Green+Blue) = 157+66+12=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D420C is #62BDF3. Grayscale: #575757. Windows color (decimal): -6471156 or 803485. OLE color: 803485.

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

Color convert

RGB 157 66 12 -
CMYK 0 0.58 0.92 0.38
HSL 22.34º 0.86% 0.33% -
HSV(B) 22.34º 0.92% 0.62% -
XYZ 15.92 11.09 1.65 -
YUV 87.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 157 66 12 0 0.58 0.92 0.38 22.34 0.86 0.33
Hex 9D 42 C 0 3A 5C 26 16 56 21
Octal 235 102 14 0 72 134 46 26 126 41
Binary 10011101 1000010 1100 0 111010 1011100 100110 10110 1010110 100001

Color Harmonies of #9D420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D420C

Black with #9D420C

Text Example


Text Example

White with #9D420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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