Html Css Color HEX #9D4813 Saddle Brown

📋 copy color: '#9D4813'

red 157 ◦ green 72 ◦ blue 19

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

Shades of Saddle Brown #9D4813

Tints of Saddle Brown #9D4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 63.31%
G = 29.03%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D4813 (or 0x9D4813) is known color: Saddle Brown. HEX triplet: 9D, 48 and 13. RGB value is (157,72,19). Sum of RGB (Red+Green+Blue) = 157+72+19=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4813 is #62B7EC. Grayscale: #5B5B5B. Windows color (decimal): -6469613 or 1263773. OLE color: 1263773.

HSL color Cylindrical-coordinate representation of color #9D4813: hue angle of 23.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D4813 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 72 19 -
CMYK 0 0.54 0.88 0.38
HSL 23.04º 0.78% 0.35% -
HSV(B) 23.04º 0.88% 0.62% -
XYZ 16.34 11.85 2.04 -
YUV 91.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 157 72 19 0 0.54 0.88 0.38 23.04 0.78 0.35
Hex 9D 48 13 0 36 58 26 17 4E 23
Octal 235 110 23 0 66 130 46 27 116 43
Binary 10011101 1001000 10011 0 110110 1011000 100110 10111 1001110 100011

Color Harmonies of #9D4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4813

Black with #9D4813

Text Example


Text Example

White with #9D4813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,19); }

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

background-color css

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

 a { background-color: rgb(157,72,19); }

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

border-color css

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

 span { border-color: rgb(157,72,19); }

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