Html Css Color HEX #8F420D Saddle Brown

📋 copy color: '#8F420D'

red 143 ◦ green 66 ◦ blue 13

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

Shades of Saddle Brown #8F420D

Tints of Saddle Brown #8F420D

RGB

 RED value IS 143 (56.25% from 255) = 64.41%

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 64.41%
G = 29.73%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F420D (or 0x8F420D) is known color: Saddle Brown. HEX triplet: 8F, 42 and 0D. RGB value is (143,66,13). Sum of RGB (Red+Green+Blue) = 143+66+13=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F420D is #70BDF2. Grayscale: #535353. Windows color (decimal): -7388659 or 869007. OLE color: 869007.

HSL color Cylindrical-coordinate representation of color #8F420D: hue angle of 24.46º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F420D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 66 13 -
CMYK 0 0.54 0.91 0.44
HSL 24.46º 0.83% 0.31% -
HSV(B) 24.46º 0.91% 0.56% -
XYZ 13.35 9.77 1.56 -
YUV 82.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 143 66 13 0 0.54 0.91 0.44 24.46 0.83 0.31
Hex 8F 42 D 0 36 5B 2C 18 53 1F
Octal 217 102 15 0 66 133 54 30 123 37
Binary 10001111 1000010 1101 0 110110 1011011 101100 11000 1010011 11111

Color Harmonies of #8F420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F420D

Black with #8F420D

Text Example


Text Example

White with #8F420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F420D; }

 p { color: rgb(143,66,13); }

 H1.HeaderClassName
 {
   color: #8F420D;
 }
 .AnyTagClassName
 {
   color: #8F420D;
 }
</style>

background-color css

<style>
 a { background-color: #8F420D; }

 a { background-color: rgb(143,66,13); }

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

border-color css

<style>
 span { border-color: #8F420D; }

 span { border-color: rgb(143,66,13); }

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