Html Css Color HEX #873004 Saddle Brown

📋 copy color: '#873004'

red 135 ◦ green 48 ◦ blue 4

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

Shades of Saddle Brown #873004

Tints of Saddle Brown #873004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 72.19%
G = 25.67%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#873004 (or 0x873004) is known color: Saddle Brown. HEX triplet: 87, 30 and 04. RGB value is (135,48,4). Sum of RGB (Red+Green+Blue) = 135+48+4=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #873004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873004 is #78CFFB. Grayscale: #454545. Windows color (decimal): -7917564 or 274567. OLE color: 274567.

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

Color convert

RGB 135 48 4 -
CMYK 0 0.64 0.97 0.47
HSL 20.15º 0.94% 0.27% -
HSV(B) 20.15º 0.97% 0.53% -
XYZ 11.07 7.27 0.94 -
YUV 69 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 135 48 4 0 0.64 0.97 0.47 20.15 0.94 0.27
Hex 87 30 4 0 40 61 2F 14 5E 1B
Octal 207 60 4 0 100 141 57 24 136 33
Binary 10000111 110000 100 0 1000000 1100001 101111 10100 1011110 11011

Color Harmonies of #873004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873004

Black with #873004

Text Example


Text Example

White with #873004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873004; }

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

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

background-color css

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

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

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

border-color css

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

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

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