#854313

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

Shades of Saddle Brown #854313

Tints of Saddle Brown #854313

Color information

#854313 (or 0x854313) is unknown color: approx Saddle Brown. HEX triplet: 85, 43 and 13. RGB value is (133,67,19). Sum of RGB (Red+Green+Blue) = 133+67+19=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854313 is #7ABCEC. Grayscale: #515151. Windows color (decimal): -8043757 or 1262469. OLE color: 1262469.

HSL color Cylindrical-coordinate representation of color #854313: hue angle of 25.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #854313 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1336719-
CMYK00.500.860.48
HSL25.26º75%29.8%-
HSV(B)25.26º85.71%52.16%-
XYZ11.89.051.74-
YUV81.2692.87164.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=60.73%
G=30.59%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133671900.500.860.4825.267529.8
Hex8543130325630194b1e
Octal20510323062126603111336
Binary100001011000011100110110010101011011000011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854313; }

 p { color: rgb(133,67,19); }

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

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

 a { background-color: rgb(133,67,19); }

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

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

 span { border-color: rgb(133,67,19); }

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