#57402A

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

Shades of Bracken #57402A

Tints of Bracken #57402A

Color information

#57402A (or 0x57402A) is unknown color: approx Bracken. HEX triplet: 57, 40 and 2A. RGB value is (87,64,42). Sum of RGB (Red+Green+Blue) = 87+64+42=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #57402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57402A is #A8BFD5. Grayscale: #444444. Windows color (decimal): -11059158 or 2768983. OLE color: 2768983.

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

Color convert

RGB876442-
CMYK00.260.520.66
HSL29.33º34.88%25.29%-
HSV(B)29.33º51.72%34.12%-
XYZ6.185.863-
YUV68.37113.12141.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=45.08%
G=33.16%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87644200.260.520.6629.3334.8825.29
Hex57402A01A34421d2319
Octal1271005203264102354331
Binary1010111100000010101001101011010010000101110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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