Html Css Color HEX #872A04 Saddle Brown

📋 copy color: '#872A04'

red 135 ◦ green 42 ◦ blue 4

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

Shades of Saddle Brown #872A04

Tints of Saddle Brown #872A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

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

R = 74.59%
G = 23.2%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#872A04 (or 0x872A04) is known color: Saddle Brown. HEX triplet: 87, 2A and 04. RGB value is (135,42,4). Sum of RGB (Red+Green+Blue) = 135+42+4=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #872A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A04 is #78D5FB. Grayscale: #414141. Windows color (decimal): -7919100 or 273031. OLE color: 273031.

HSL color Cylindrical-coordinate representation of color #872A04: hue angle of 17.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 #872A04 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 4 -
CMYK 0 0.69 0.97 0.47
HSL 17.4º 0.94% 0.27% -
HSV(B) 17.4º 0.97% 0.53% -
XYZ 10.84 6.82 0.86 -
YUV 65.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 135 42 4 0 0.69 0.97 0.47 17.4 0.94 0.27
Hex 87 2A 4 0 45 61 2F 11 5E 1B
Octal 207 52 4 0 105 141 57 21 136 33
Binary 10000111 101010 100 0 1000101 1100001 101111 10001 1011110 11011

Color Harmonies of #872A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A04

Black with #872A04

Text Example


Text Example

White with #872A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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