Html Css Color HEX #57421F Deep Bronze

📋 copy color: '#57421F'

red 87 ◦ green 66 ◦ blue 31

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

Shades of Deep Bronze #57421F

Tints of Deep Bronze #57421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 47.28%
G = 35.87%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57421F (or 0x57421F) is known color: Deep Bronze. HEX triplet: 57, 42 and 1F. RGB value is (87,66,31). Sum of RGB (Red+Green+Blue) = 87+66+31=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57421F is #A8BDE0. Grayscale: #444444. Windows color (decimal): -11058657 or 2048599. OLE color: 2048599.

HSL color Cylindrical-coordinate representation of color #57421F: hue angle of 37.5º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57421F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 31 -
CMYK 0 0.24 0.64 0.66
HSL 37.5º 0.47% 0.23% -
HSV(B) 37.5º 0.64% 0.34% -
XYZ 6.13 6.02 2.14 -
YUV 68.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 87 66 31 0 0.24 0.64 0.66 37.5 0.47 0.23
Hex 57 42 1F 0 18 40 42 26 2F 17
Octal 127 102 37 0 30 100 102 46 57 27
Binary 1010111 1000010 11111 0 11000 1000000 1000010 100110 101111 10111

Color Harmonies of #57421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57421F

Black with #57421F

Text Example


Text Example

White with #57421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57421F; }

 p { color: rgb(87,66,31); }

 H1.HeaderClassName
 {
   color: #57421F;
 }
 .AnyTagClassName
 {
   color: #57421F;
 }
</style>

background-color css

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

 a { background-color: rgb(87,66,31); }

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

border-color css

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

 span { border-color: rgb(87,66,31); }

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