#853838

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

Shades of Tall Poppy #853838

Tints of Tall Poppy #853838

Color information

#853838 (or 0x853838) is unknown color: approx Tall Poppy. HEX triplet: 85, 38 and 38. RGB value is (133,56,56). Sum of RGB (Red+Green+Blue) = 133+56+56=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #853838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853838 is #7AC7C7. Grayscale: #4F4F4F. Windows color (decimal): -8046536 or 3684485. OLE color: 3684485.

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

Color convert

RGB1335656-
CMYK00.580.580.48
HSL40.74%37.06%-
HSV(B)57.89%52.16%-
XYZ11.88.14.68-
YUV79.02115.01166.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=54.29%
G=22.86%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133565600.580.580.48040.7437.06
Hex85383803A3A3002925
Octal2057070072726005145
Binary1000010111100011100001110101110101100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853838; }

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

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

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

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

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

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

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

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