Html Css Color HEX #57412A Deep Bronze

📋 copy color: '#57412A'

red 87 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #57412A

Tints of Deep Bronze #57412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 44.85%
G = 33.51%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57412A (or 0x57412A) is known color: Deep Bronze. HEX triplet: 57, 41 and 2A. RGB value is (87,65,42). Sum of RGB (Red+Green+Blue) = 87+65+42=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #57412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57412A is #A8BED5. Grayscale: #454545. Windows color (decimal): -11058902 or 2769239. OLE color: 2769239.

HSL color Cylindrical-coordinate representation of color #57412A: hue angle of 30.67º 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 #57412A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 42 -
CMYK 0 0.25 0.52 0.66
HSL 30.67º 0.35% 0.25% -
HSV(B) 30.67º 0.52% 0.34% -
XYZ 6.24 5.97 3.01 -
YUV 68.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 87 65 42 0 0.25 0.52 0.66 30.67 0.35 0.25
Hex 57 41 2A 0 19 34 42 1F 23 19
Octal 127 101 52 0 31 64 102 37 43 31
Binary 1010111 1000001 101010 0 11001 110100 1000010 11111 100011 11001

Color Harmonies of #57412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57412A

Black with #57412A

Text Example


Text Example

White with #57412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57412A;
 }
 .AnyTagClassName
 {
   color: #57412A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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