#85340f

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

Shades of Saddle Brown #85340F

Tints of Saddle Brown #85340F

Color information

#85340F (or 0x85340F) is unknown color: approx Saddle Brown. HEX triplet: 85, 34 and 0F. RGB value is (133,52,15). Sum of RGB (Red+Green+Blue) = 133+52+15=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85340F is #7ACBF0. Grayscale: #484848. Windows color (decimal): -8047601 or 996485. OLE color: 996485.

HSL color Cylindrical-coordinate representation of color #85340F: hue angle of 18.81º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85340F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1335215-
CMYK00.610.890.48
HSL18.81º79.73%29.02%-
HSV(B)18.81º88.72%52.16%-
XYZ10.997.481.32-
YUV7295.84171.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=66.5%
G=26%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133521500.610.890.4818.8179.7329.02
Hex8534F03D593013501d
Octal2056417075131602312035
Binary1000010111010011110111101101100111000010011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85340f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85340f; }

 p { color: rgb(133,52,15); }

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

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

 a { background-color: rgb(133,52,15); }

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

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

 span { border-color: rgb(133,52,15); }

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