#853A36

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

Shades of Tall Poppy #853A36

Tints of Tall Poppy #853A36

Color information

#853A36 (or 0x853A36) is unknown color: approx Tall Poppy. HEX triplet: 85, 3A and 36. RGB value is (133,58,54). Sum of RGB (Red+Green+Blue) = 133+58+54=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #853A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A36 is #7AC5C9. Grayscale: #505050. Windows color (decimal): -8046026 or 3553925. OLE color: 3553925.

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

Color convert

RGB1335854-
CMYK00.560.590.48
HSL3.04º42.25%36.67%-
HSV(B)3.04º59.4%52.16%-
XYZ11.858.284.46-
YUV79.97113.35165.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=54.29%
G=23.67%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133585400.560.590.483.0442.2536.67
Hex853A360383B3032a25
Octal2057266070736035245
Binary10000101111010110110011100011101111000011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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