#874D01

Color #874D01 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #874D01

Tints of Saddle Brown #874D01

Color information

#874D01 (or 0x874D01) is unknown color: approx Saddle Brown. HEX triplet: 87, 4D and 01. RGB value is (135,77,1). Sum of RGB (Red+Green+Blue) = 135+77+1=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #874D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874D01 is #78B2FE. Grayscale: #565656. Windows color (decimal): -7910143 or 85383. OLE color: 85383.

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

Color convert

RGB135771-
CMYK00.430.990.47
HSL34.03º98.53%26.67%-
HSV(B)34.03º99.26%52.94%-
XYZ12.6510.461.38-
YUV85.6880.22163.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=63.38%
G=36.15%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13577100.430.990.4734.0398.5326.67
Hex874D102B632F22631b
Octal2071151053143574214333
Binary100001111001101101010111100011101111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874D01; }

 p { color: rgb(135,77,1); }

 H1.HeaderClassName
 {
   color: #874D01;
 }
 .AnyTagClassName
 {
   color: #874D01;
 }
</style>
background-color css

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

 a { background-color: rgb(135,77,1); }

 div.DivClassName
 {
   background-color: #874D01;
 }
 .BgClassName
 {
   background-color: #874D01;
 }
</style>
border-color css

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

 span { border-color: rgb(135,77,1); }

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