Html Css Color HEX #9F4813 Saddle Brown

📋 copy color: '#9F4813'

red 159 ◦ green 72 ◦ blue 19

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

Shades of Saddle Brown #9F4813

Tints of Saddle Brown #9F4813

RGB

 RED value IS 159 (62.5% from 255) = 63.6%

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

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

R = 63.6%
G = 28.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F4813 (or 0x9F4813) is known color: Saddle Brown. HEX triplet: 9F, 48 and 13. RGB value is (159,72,19). Sum of RGB (Red+Green+Blue) = 159+72+19=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4813 is #60B7EC. Grayscale: #5C5C5C. Windows color (decimal): -6338541 or 1263775. OLE color: 1263775.

HSL color Cylindrical-coordinate representation of color #9F4813: hue angle of 22.71º degrees, saturation: 0.79, 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 #9F4813 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 72 19 -
CMYK 0 0.55 0.88 0.38
HSL 22.71º 0.79% 0.35% -
HSV(B) 22.71º 0.88% 0.62% -
XYZ 16.73 12.05 2.06 -
YUV 91.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 159 72 19 0 0.55 0.88 0.38 22.71 0.79 0.35
Hex 9F 48 13 0 37 58 26 17 4F 23
Octal 237 110 23 0 67 130 46 27 117 43
Binary 10011111 1001000 10011 0 110111 1011000 100110 10111 1001111 100011

Color Harmonies of #9F4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4813

Black with #9F4813

Text Example


Text Example

White with #9F4813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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