Html Css Color HEX #8F3304 Saddle Brown

📋 copy color: '#8F3304'

red 143 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #8F3304

Tints of Saddle Brown #8F3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 72.22%
G = 25.76%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F3304 (or 0x8F3304) is known color: Saddle Brown. HEX triplet: 8F, 33 and 04. RGB value is (143,51,4). Sum of RGB (Red+Green+Blue) = 143+51+4=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3304 is #70CCFB. Grayscale: #494949. Windows color (decimal): -7392508 or 275343. OLE color: 275343.

HSL color Cylindrical-coordinate representation of color #8F3304: hue angle of 20.29º 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 #8F3304 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 51 4 -
CMYK 0 0.64 0.97 0.44
HSL 20.29º 0.95% 0.29% -
HSV(B) 20.29º 0.97% 0.56% -
XYZ 12.53 8.22 1.04 -
YUV 73.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 143 51 4 0 0.64 0.97 0.44 20.29 0.95 0.29
Hex 8F 33 4 0 40 61 2C 14 5F 1D
Octal 217 63 4 0 100 141 54 24 137 35
Binary 10001111 110011 100 0 1000000 1100001 101100 10100 1011111 11101

Color Harmonies of #8F3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3304

Black with #8F3304

Text Example


Text Example

White with #8F3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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