Html Css Color HEX #9D420F Saddle Brown

📋 copy color: '#9D420F'

red 157 ◦ green 66 ◦ blue 15

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

Shades of Saddle Brown #9D420F

Tints of Saddle Brown #9D420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 65.97%
G = 27.73%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D420F (or 0x9D420F) is known color: Saddle Brown. HEX triplet: 9D, 42 and 0F. RGB value is (157,66,15). Sum of RGB (Red+Green+Blue) = 157+66+15=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D420F is #62BDF0. Grayscale: #575757. Windows color (decimal): -6471153 or 1000093. OLE color: 1000093.

HSL color Cylindrical-coordinate representation of color #9D420F: hue angle of 21.55º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D420F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 66 15 -
CMYK 0 0.58 0.90 0.38
HSL 21.55º 0.83% 0.34% -
HSV(B) 21.55º 0.9% 0.62% -
XYZ 15.94 11.1 1.75 -
YUV 87.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 157 66 15 0 0.58 0.90 0.38 21.55 0.83 0.34
Hex 9D 42 F 0 3A 5A 26 16 53 22
Octal 235 102 17 0 72 132 46 26 123 42
Binary 10011101 1000010 1111 0 111010 1011010 100110 10110 1010011 100010

Color Harmonies of #9D420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D420F

Black with #9D420F

Text Example


Text Example

White with #9D420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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