#853636

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

Shades of Tall Poppy #853636

Tints of Tall Poppy #853636

Color information

#853636 (or 0x853636) is unknown color: approx Tall Poppy. HEX triplet: 85, 36 and 36. RGB value is (133,54,54). Sum of RGB (Red+Green+Blue) = 133+54+54=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853636 is #7AC9C9. Grayscale: #4D4D4D. Windows color (decimal): -8047050 or 3552901. OLE color: 3552901.

HSL color Cylindrical-coordinate representation of color #853636: hue angle of 0º 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 #853636 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1335454-
CMYK00.590.590.48
HSL42.25%36.67%-
HSV(B)59.4%52.16%-
XYZ11.667.894.4-
YUV77.62114.67167.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=55.19%
G=22.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133545400.590.590.48042.2536.67
Hex85363603B3B3002a25
Octal2056666073736005245
Binary1000010111011011011001110111110111100000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853636; }

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

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

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

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

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

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

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

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