Html Css Color HEX #57462E Deep Bronze

📋 copy color: '#57462E'

red 87 ◦ green 70 ◦ blue 46

#57462E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Bronze #57462E

Tints of Deep Bronze #57462E

RGB

 RED value IS 87 (34.38% from 255) = 42.86%

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 42.86%
G = 34.48%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57462E (or 0x57462E) is known color: Deep Bronze. HEX triplet: 57, 46 and 2E. RGB value is (87,70,46). Sum of RGB (Red+Green+Blue) = 87+70+46=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57462E is #A8B9D1. Grayscale: #484848. Windows color (decimal): -11057618 or 3032663. OLE color: 3032663.

HSL color Cylindrical-coordinate representation of color #57462E: hue angle of 35.12º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57462E is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 46 -
CMYK 0 0.20 0.47 0.66
HSL 35.12º 0.31% 0.26% -
HSV(B) 35.12º 0.47% 0.34% -
XYZ 6.61 6.6 3.51 -
YUV 72.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 87 70 46 0 0.20 0.47 0.66 35.12 0.31 0.26
Hex 57 46 2E 0 14 2F 42 23 1F 1A
Octal 127 106 56 0 24 57 102 43 37 32
Binary 1010111 1000110 101110 0 10100 101111 1000010 100011 11111 11010

Color Harmonies of #57462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57462E

Black with #57462E

Text Example


Text Example

White with #57462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57462E; }

 p { color: rgb(87,70,46); }

 H1.HeaderClassName
 {
   color: #57462E;
 }
 .AnyTagClassName
 {
   color: #57462E;
 }
</style>

background-color css

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

 a { background-color: rgb(87,70,46); }

 div.DivClassName
 {
   background-color: #57462E;
 }
 .BgClassName
 {
   background-color: #57462E;
 }
</style>

border-color css

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

 span { border-color: rgb(87,70,46); }

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