Html Css Color HEX #9F4812 Saddle Brown

📋 copy color: '#9F4812'

red 159 ◦ green 72 ◦ blue 18

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

Shades of Saddle Brown #9F4812

Tints of Saddle Brown #9F4812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 63.86%
G = 28.92%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F4812 (or 0x9F4812) is known color: Saddle Brown. HEX triplet: 9F, 48 and 12. RGB value is (159,72,18). Sum of RGB (Red+Green+Blue) = 159+72+18=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4812 is #60B7ED. Grayscale: #5C5C5C. Windows color (decimal): -6338542 or 1198239. OLE color: 1198239.

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

Color convert

RGB 159 72 18 -
CMYK 0 0.55 0.89 0.38
HSL 22.98º 0.8% 0.35% -
HSV(B) 22.98º 0.89% 0.62% -
XYZ 16.72 12.05 2.02 -
YUV 91.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 159 72 18 0 0.55 0.89 0.38 22.98 0.8 0.35
Hex 9F 48 12 0 37 59 26 17 50 23
Octal 237 110 22 0 67 131 46 27 120 43
Binary 10011111 1001000 10010 0 110111 1011001 100110 10111 1010000 100011

Color Harmonies of #9F4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4812

Black with #9F4812

Text Example


Text Example

White with #9F4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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