Html Css Color HEX #9F3E03 Saddle Brown

📋 copy color: '#9F3E03'

red 159 ◦ green 62 ◦ blue 3

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

Shades of Saddle Brown #9F3E03

Tints of Saddle Brown #9F3E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 70.98%
G = 27.68%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9F3E03 (or 0x9F3E03) is known color: Saddle Brown. HEX triplet: 9F, 3E and 03. RGB value is (159,62,3). Sum of RGB (Red+Green+Blue) = 159+62+3=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E03 is #60C1FC. Grayscale: #545454. Windows color (decimal): -6341117 or 212639. OLE color: 212639.

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

Color convert

RGB 159 62 3 -
CMYK 0 0.61 0.98 0.38
HSL 22.69º 0.96% 0.32% -
HSV(B) 22.69º 0.98% 0.62% -
XYZ 16.04 10.82 1.33 -
YUV 84.28 82.14 181.3 -
System Red Green Blue C M Y K H S L
Decimal 159 62 3 0 0.61 0.98 0.38 22.69 0.96 0.32
Hex 9F 3E 3 0 3D 62 26 17 60 20
Octal 237 76 3 0 75 142 46 27 140 40
Binary 10011111 111110 11 0 111101 1100010 100110 10111 1100000 100000

Color Harmonies of #9F3E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E03

Black with #9F3E03

Text Example


Text Example

White with #9F3E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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