#852E0B

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

Shades of Saddle Brown #852E0B

Tints of Saddle Brown #852E0B

Color information

#852E0B (or 0x852E0B) is unknown color: approx Saddle Brown. HEX triplet: 85, 2E and 0B. RGB value is (133,46,11). Sum of RGB (Red+Green+Blue) = 133+46+11=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E0B is #7AD1F4. Grayscale: #444444. Windows color (decimal): -8049141 or 732805. OLE color: 732805.

HSL color Cylindrical-coordinate representation of color #852E0B: hue angle of 17.21º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #852E0B is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1334611-
CMYK00.650.920.48
HSL17.21º84.72%28.24%-
HSV(B)17.21º91.73%52.16%-
XYZ10.716.961.1-
YUV68.0295.82174.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=70%
G=24.21%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133461100.650.920.4817.2184.7228.24
Hex852EB0415C3011551c
Octal20556130101134602112534
Binary10000101101110101101000001101110011000010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E0B; }

 p { color: rgb(133,46,11); }

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

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

 a { background-color: rgb(133,46,11); }

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

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

 span { border-color: rgb(133,46,11); }

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