#853834

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

Shades of Tall Poppy #853834

Tints of Tall Poppy #853834

Color information

#853834 (or 0x853834) is unknown color: approx Tall Poppy. HEX triplet: 85, 38 and 34. RGB value is (133,56,52). Sum of RGB (Red+Green+Blue) = 133+56+52=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853834 is #7AC7CB. Grayscale: #4E4E4E. Windows color (decimal): -8046540 or 3422341. OLE color: 3422341.

HSL color Cylindrical-coordinate representation of color #853834: hue angle of 2.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853834 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1335652-
CMYK00.580.610.48
HSL2.96º43.78%36.27%-
HSV(B)2.96º60.9%52.16%-
XYZ11.718.064.19-
YUV78.57113.01166.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=55.19%
G=23.24%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133565200.580.610.482.9643.7836.27
Hex85383403A3D3032c24
Octal2057064072756035444
Binary10000101111000110100011101011110111000011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853834; }

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

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

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

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

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

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

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

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