Html Css Color HEX #9F3E00 Saddle Brown

📋 copy color: '#9F3E00'

red 159 ◦ green 62 ◦ blue 0

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

Shades of Saddle Brown #9F3E00

Tints of Saddle Brown #9F3E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.95%
G = 28.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F3E00 (or 0x9F3E00) is known color: Saddle Brown. HEX triplet: 9F, 3E and 00. RGB value is (159,62,0). Sum of RGB (Red+Green+Blue) = 159+62+0=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E00 is #60C1FF. Grayscale: #545454. Windows color (decimal): -6341120 or 16031. OLE color: 16031.

HSL color Cylindrical-coordinate representation of color #9F3E00: hue angle of 23.4º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F3E00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 62 0 -
CMYK 0 0.61 1 0.38
HSL 23.4º 1% 0.31% -
HSV(B) 23.4º 1% 0.62% -
XYZ 16.02 10.82 1.24 -
YUV 83.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 159 62 0 0 0.61 1 0.38 23.4 1 0.31
Hex 9F 3E 0 0 3D 64 26 17 64 1F
Octal 237 76 0 0 75 144 46 27 144 37
Binary 10011111 111110 0 0 111101 1100100 100110 10111 1100100 11111

Color Harmonies of #9F3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E00

Black with #9F3E00

Text Example


Text Example

White with #9F3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,0); }

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

background-color css

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

 a { background-color: rgb(159,62,0); }

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

border-color css

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

 span { border-color: rgb(159,62,0); }

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