Html Css Color HEX #9F4003 Saddle Brown

📋 copy color: '#9F4003'

red 159 ◦ green 64 ◦ blue 3

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

Shades of Saddle Brown #9F4003

Tints of Saddle Brown #9F4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 70.35%
G = 28.32%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9F4003 (or 0x9F4003) is known color: Saddle Brown. HEX triplet: 9F, 40 and 03. RGB value is (159,64,3). Sum of RGB (Red+Green+Blue) = 159+64+3=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4003 is #60BFFC. Grayscale: #555555. Windows color (decimal): -6340605 or 213151. OLE color: 213151.

HSL color Cylindrical-coordinate representation of color #9F4003: hue angle of 23.46º 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 #9F4003 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 64 3 -
CMYK 0 0.60 0.98 0.38
HSL 23.46º 0.96% 0.32% -
HSV(B) 23.46º 0.98% 0.62% -
XYZ 16.15 11.04 1.37 -
YUV 85.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 159 64 3 0 0.60 0.98 0.38 23.46 0.96 0.32
Hex 9F 40 3 0 3C 62 26 17 60 20
Octal 237 100 3 0 74 142 46 27 140 40
Binary 10011111 1000000 11 0 111100 1100010 100110 10111 1100000 100000

Color Harmonies of #9F4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4003

Black with #9F4003

Text Example


Text Example

White with #9F4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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