Html Css Color HEX #9F420B Saddle Brown

📋 copy color: '#9F420B'

red 159 ◦ green 66 ◦ blue 11

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

Shades of Saddle Brown #9F420B

Tints of Saddle Brown #9F420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 67.37%
G = 27.97%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F420B (or 0x9F420B) is known color: Saddle Brown. HEX triplet: 9F, 42 and 0B. RGB value is (159,66,11). Sum of RGB (Red+Green+Blue) = 159+66+11=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F420B is #60BDF4. Grayscale: #575757. Windows color (decimal): -6340085 or 737951. OLE color: 737951.

HSL color Cylindrical-coordinate representation of color #9F420B: hue angle of 22.3º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F420B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 11 -
CMYK 0 0.58 0.93 0.38
HSL 22.3º 0.87% 0.33% -
HSV(B) 22.3º 0.93% 0.62% -
XYZ 16.31 11.29 1.64 -
YUV 87.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 159 66 11 0 0.58 0.93 0.38 22.3 0.87 0.33
Hex 9F 42 B 0 3A 5D 26 16 57 21
Octal 237 102 13 0 72 135 46 26 127 41
Binary 10011111 1000010 1011 0 111010 1011101 100110 10110 1010111 100001

Color Harmonies of #9F420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F420B

Black with #9F420B

Text Example


Text Example

White with #9F420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,11); }

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

background-color css

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

 a { background-color: rgb(159,66,11); }

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

border-color css

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

 span { border-color: rgb(159,66,11); }

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