Html Css Color HEX #8F3204 Saddle Brown

📋 copy color: '#8F3204'

red 143 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #8F3204

Tints of Saddle Brown #8F3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 72.59%
G = 25.38%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F3204 (or 0x8F3204) is known color: Saddle Brown. HEX triplet: 8F, 32 and 04. RGB value is (143,50,4). Sum of RGB (Red+Green+Blue) = 143+50+4=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3204 is #70CDFB. Grayscale: #484848. Windows color (decimal): -7392764 or 275087. OLE color: 275087.

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

Color convert

RGB 143 50 4 -
CMYK 0 0.65 0.97 0.44
HSL 19.86º 0.95% 0.29% -
HSV(B) 19.86º 0.97% 0.56% -
XYZ 12.49 8.13 1.03 -
YUV 72.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 143 50 4 0 0.65 0.97 0.44 19.86 0.95 0.29
Hex 8F 32 4 0 41 61 2C 14 5F 1D
Octal 217 62 4 0 101 141 54 24 137 35
Binary 10001111 110010 100 0 1000001 1100001 101100 10100 1011111 11101

Color Harmonies of #8F3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3204

Black with #8F3204

Text Example


Text Example

White with #8F3204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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