Html Css Color HEX #D57A37 Bronze

📋 copy color: '#D57A37'

red 213 ◦ green 122 ◦ blue 55

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

Shades of Bronze #D57A37

Tints of Bronze #D57A37

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 54.62%
G = 31.28%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D57A37 (or 0xD57A37) is known color: Bronze. HEX triplet: D5, 7A and 37. RGB value is (213,122,55). Sum of RGB (Red+Green+Blue) = 213+122+55=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A37 is #2A85C8. Grayscale: #8D8D8D. Windows color (decimal): -2786761 or 3635925. OLE color: 3635925.

HSL color Cylindrical-coordinate representation of color #D57A37: hue angle of 25.44º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D57A37 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 55 -
CMYK 0 0.43 0.74 0.16
HSL 25.44º 0.65% 0.53% -
HSV(B) 25.44º 0.74% 0.84% -
XYZ 35.09 28.34 7.24 -
YUV 141.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 213 122 55 0 0.43 0.74 0.16 25.44 0.65 0.53
Hex D5 7A 37 0 2B 4A 10 19 41 35
Octal 325 172 67 0 53 112 20 31 101 65
Binary 11010101 1111010 110111 0 101011 1001010 10000 11001 1000001 110101

Color Harmonies of #D57A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A37

Black with #D57A37

Text Example


Text Example

White with #D57A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A37; }

 p { color: rgb(213,122,55); }

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

background-color css

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

 a { background-color: rgb(213,122,55); }

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

border-color css

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

 span { border-color: rgb(213,122,55); }

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