#853D3A

Color #853D3A Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #853D3A

Tints of Tall Poppy #853D3A

Color information

#853D3A (or 0x853D3A) is unknown color: approx Tall Poppy. HEX triplet: 85, 3D and 3A. RGB value is (133,61,58). Sum of RGB (Red+Green+Blue) = 133+61+58=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D3A is #7AC2C5. Grayscale: #525252. Windows color (decimal): -8045254 or 3816837. OLE color: 3816837.

HSL color Cylindrical-coordinate representation of color #853D3A: hue angle of 2.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853D3A is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1336158-
CMYK00.540.560.48
HSL2.4º39.27%37.45%-
HSV(B)2.4º56.39%52.16%-
XYZ12.118.635.03-
YUV82.19114.35164.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=52.78%
G=24.21%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133615800.540.560.482.439.2737.45
Hex853D3A036383022725
Octal2057572066706024745
Binary10000101111101111010011011011100011000010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853D3A; }

 p { color: rgb(133,61,58); }

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

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

 a { background-color: rgb(133,61,58); }

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

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

 span { border-color: rgb(133,61,58); }

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