Html Css Color HEX #8F3D04 Saddle Brown

📋 copy color: '#8F3D04'

red 143 ◦ green 61 ◦ blue 4

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

Shades of Saddle Brown #8F3D04

Tints of Saddle Brown #8F3D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 68.75%
G = 29.33%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F3D04 (or 0x8F3D04) is known color: Saddle Brown. HEX triplet: 8F, 3D and 04. RGB value is (143,61,4). Sum of RGB (Red+Green+Blue) = 143+61+4=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3D04 is #70C2FB. Grayscale: #4F4F4F. Windows color (decimal): -7389948 or 277903. OLE color: 277903.

HSL color Cylindrical-coordinate representation of color #8F3D04: hue angle of 24.6º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F3D04 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 61 4 -
CMYK 0 0.57 0.97 0.44
HSL 24.6º 0.95% 0.29% -
HSV(B) 24.6º 0.97% 0.56% -
XYZ 13.02 9.19 1.2 -
YUV 79.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 143 61 4 0 0.57 0.97 0.44 24.6 0.95 0.29
Hex 8F 3D 4 0 39 61 2C 19 5F 1D
Octal 217 75 4 0 71 141 54 31 137 35
Binary 10001111 111101 100 0 111001 1100001 101100 11001 1011111 11101

Color Harmonies of #8F3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3D04

Black with #8F3D04

Text Example


Text Example

White with #8F3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,61,4); }

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

background-color css

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

 a { background-color: rgb(143,61,4); }

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

border-color css

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

 span { border-color: rgb(143,61,4); }

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