Html Css Color HEX #9F5002 Saddle Brown

📋 copy color: '#9F5002'

red 159 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #9F5002

Tints of Saddle Brown #9F5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 65.98%
G = 33.2%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F5002 (or 0x9F5002) is known color: Saddle Brown. HEX triplet: 9F, 50 and 02. RGB value is (159,80,2). Sum of RGB (Red+Green+Blue) = 159+80+2=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5002 is #60AFFD. Grayscale: #5F5F5F. Windows color (decimal): -6336510 or 151711. OLE color: 151711.

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

Color convert

RGB 159 80 2 -
CMYK 0 0.50 0.99 0.38
HSL 29.81º 0.98% 0.32% -
HSV(B) 29.81º 0.99% 0.62% -
XYZ 17.18 13.11 1.68 -
YUV 94.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 159 80 2 0 0.50 0.99 0.38 29.81 0.98 0.32
Hex 9F 50 2 0 32 63 26 1E 62 20
Octal 237 120 2 0 62 143 46 36 142 40
Binary 10011111 1010000 10 0 110010 1100011 100110 11110 1100010 100000

Color Harmonies of #9F5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5002

Black with #9F5002

Text Example


Text Example

White with #9F5002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,2); }

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

background-color css

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

 a { background-color: rgb(159,80,2); }

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

border-color css

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

 span { border-color: rgb(159,80,2); }

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