Html Css Color HEX #D57A2E Bronze

📋 copy color: '#D57A2E'

red 213 ◦ green 122 ◦ blue 46

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

Shades of Bronze #D57A2E

Tints of Bronze #D57A2E

RGB

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

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

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

R = 55.91%
G = 32.02%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D57A2E (or 0xD57A2E) is known color: Bronze. HEX triplet: D5, 7A and 2E. RGB value is (213,122,46). Sum of RGB (Red+Green+Blue) = 213+122+46=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A2E is #2A85D1. Grayscale: #8C8C8C. Windows color (decimal): -2786770 or 3046101. OLE color: 3046101.

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

Color convert

RGB 213 122 46 -
CMYK 0 0.43 0.78 0.16
HSL 27.31º 0.67% 0.51% -
HSV(B) 27.31º 0.78% 0.84% -
XYZ 34.89 28.26 6.2 -
YUV 140.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 213 122 46 0 0.43 0.78 0.16 27.31 0.67 0.51
Hex D5 7A 2E 0 2B 4E 10 1B 43 33
Octal 325 172 56 0 53 116 20 33 103 63
Binary 11010101 1111010 101110 0 101011 1001110 10000 11011 1000011 110011

Color Harmonies of #D57A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A2E

Black with #D57A2E

Text Example


Text Example

White with #D57A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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