#853938

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

Shades of Tall Poppy #853938

Tints of Tall Poppy #853938

Color information

#853938 (or 0x853938) is unknown color: approx Tall Poppy. HEX triplet: 85, 39 and 38. RGB value is (133,57,56). Sum of RGB (Red+Green+Blue) = 133+57+56=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #853938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853938 is #7AC6C7. Grayscale: #4F4F4F. Windows color (decimal): -8046280 or 3684741. OLE color: 3684741.

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

Color convert

RGB1335756-
CMYK00.570.580.48
HSL0.78º40.74%37.06%-
HSV(B)0.78º57.89%52.16%-
XYZ11.858.24.7-
YUV79.61114.68166.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=54.07%
G=23.17%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133575600.570.580.480.7840.7437.06
Hex8539380393A3012925
Octal2057170071726015145
Binary1000010111100111100001110011110101100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853938; }

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

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

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

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

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

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

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

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