#874300

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

Shades of Saddle Brown #874300

Tints of Saddle Brown #874300

Color information

#874300 (or 0x874300) is unknown color: approx Saddle Brown. HEX triplet: 87, 43 and 00. RGB value is (135,67,0). Sum of RGB (Red+Green+Blue) = 135+67+0=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #874300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874300 is #78BCFF. Grayscale: #505050. Windows color (decimal): -7912704 or 17287. OLE color: 17287.

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

Color convert

RGB135670-
CMYK00.5010.47
HSL29.78º100%26.47%-
HSV(B)29.78º100%52.94%-
XYZ129.171.14-
YUV79.6983.03167.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.83%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.83%
G=33.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13567000.5010.4729.7810026.47
Hex87430032642F1e641a
Octal2071030062144573614432
Binary10000111100001100110010110010010111111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874300; }

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

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

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

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

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

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

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

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