Html Css Color HEX #874204 Saddle Brown

📋 copy color: '#874204'

red 135 ◦ green 66 ◦ blue 4

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

Shades of Saddle Brown #874204

Tints of Saddle Brown #874204

RGB

 RED value IS 135 (53.13% from 255) = 65.85%

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

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

R = 65.85%
G = 32.2%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#874204 (or 0x874204) is known color: Saddle Brown. HEX triplet: 87, 42 and 04. RGB value is (135,66,4). Sum of RGB (Red+Green+Blue) = 135+66+4=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874204 is #78BDFB. Grayscale: #4F4F4F. Windows color (decimal): -7912956 or 279175. OLE color: 279175.

HSL color Cylindrical-coordinate representation of color #874204: hue angle of 28.4º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #874204 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 4 -
CMYK 0 0.51 0.97 0.47
HSL 28.4º 0.94% 0.27% -
HSV(B) 28.4º 0.97% 0.53% -
XYZ 11.96 9.06 1.23 -
YUV 79.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 135 66 4 0 0.51 0.97 0.47 28.4 0.94 0.27
Hex 87 42 4 0 33 61 2F 1C 5E 1B
Octal 207 102 4 0 63 141 57 34 136 33
Binary 10000111 1000010 100 0 110011 1100001 101111 11100 1011110 11011

Color Harmonies of #874204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874204

Black with #874204

Text Example


Text Example

White with #874204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874204; }

 p { color: rgb(135,66,4); }

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

background-color css

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

 a { background-color: rgb(135,66,4); }

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

border-color css

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

 span { border-color: rgb(135,66,4); }

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