#57402D

Color #57402D Bracken (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bracken #57402D

Tints of Bracken #57402D

Color information

#57402D (or 0x57402D) is unknown color: approx Bracken. HEX triplet: 57, 40 and 2D. RGB value is (87,64,45). Sum of RGB (Red+Green+Blue) = 87+64+45=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57402D is #A8BFD2. Grayscale: #444444. Windows color (decimal): -11059155 or 2965591. OLE color: 2965591.

HSL color Cylindrical-coordinate representation of color #57402D: hue angle of 27.14º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57402D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB876445-
CMYK00.260.480.66
HSL27.14º31.82%25.88%-
HSV(B)27.14º48.28%34.12%-
XYZ6.245.883.29-
YUV68.71114.62141.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=44.39%
G=32.65%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87644500.260.480.6627.1431.8225.88
Hex57402D01A30421b201a
Octal1271005503260102334032
Binary1010111100000010110101101011000010000101101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57402D; }

 p { color: rgb(87,64,45); }

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

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

 a { background-color: rgb(87,64,45); }

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

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

 span { border-color: rgb(87,64,45); }

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