Html Css Color HEX #874900 Saddle Brown

📋 copy color: '#874900'

red 135 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #874900

Tints of Saddle Brown #874900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.9%
G = 35.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#874900 (or 0x874900) is known color: Saddle Brown. HEX triplet: 87, 49 and 00. RGB value is (135,73,0). Sum of RGB (Red+Green+Blue) = 135+73+0=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #874900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874900 is #78B6FF. Grayscale: #535353. Windows color (decimal): -7911168 or 18823. OLE color: 18823.

HSL color Cylindrical-coordinate representation of color #874900: hue angle of 32.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #874900 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 0 -
CMYK 0 0.46 1 0.47
HSL 32.44º 1% 0.26% -
HSV(B) 32.44º 1% 0.53% -
XYZ 12.37 9.92 1.26 -
YUV 83.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 135 73 0 0 0.46 1 0.47 32.44 1 0.26
Hex 87 49 0 0 2E 64 2F 20 64 1A
Octal 207 111 0 0 56 144 57 40 144 32
Binary 10000111 1001001 0 0 101110 1100100 101111 100000 1100100 11010

Color Harmonies of #874900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874900

Black with #874900

Text Example


Text Example

White with #874900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874900; }

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

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

background-color css

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

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

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

border-color css

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

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

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