Html Css Color HEX #874904 Saddle Brown

📋 copy color: '#874904'

red 135 ◦ green 73 ◦ blue 4

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

Shades of Saddle Brown #874904

Tints of Saddle Brown #874904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

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

R = 63.68%
G = 34.43%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#874904 (or 0x874904) is known color: Saddle Brown. HEX triplet: 87, 49 and 04. RGB value is (135,73,4). Sum of RGB (Red+Green+Blue) = 135+73+4=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #874904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874904 is #78B6FB. Grayscale: #545454. Windows color (decimal): -7911164 or 280967. OLE color: 280967.

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

Color convert

RGB 135 73 4 -
CMYK 0 0.46 0.97 0.47
HSL 31.6º 0.94% 0.27% -
HSV(B) 31.6º 0.97% 0.53% -
XYZ 12.4 9.92 1.38 -
YUV 83.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 135 73 4 0 0.46 0.97 0.47 31.6 0.94 0.27
Hex 87 49 4 0 2E 61 2F 20 5E 1B
Octal 207 111 4 0 56 141 57 40 136 33
Binary 10000111 1001001 100 0 101110 1100001 101111 100000 1011110 11011

Color Harmonies of #874904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874904

Black with #874904

Text Example


Text Example

White with #874904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874904; }

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

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

background-color css

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

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

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

border-color css

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

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

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