Html Css Color HEX #D57F34 Bronze

📋 copy color: '#D57F34'

red 213 ◦ green 127 ◦ blue 52

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

Shades of Bronze #D57F34

Tints of Bronze #D57F34

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 54.34%
G = 32.4%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D57F34 (or 0xD57F34) is known color: Bronze. HEX triplet: D5, 7F and 34. RGB value is (213,127,52). Sum of RGB (Red+Green+Blue) = 213+127+52=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F34 is #2A80CB. Grayscale: #909090. Windows color (decimal): -2785484 or 3440597. OLE color: 3440597.

HSL color Cylindrical-coordinate representation of color #D57F34: hue angle of 27.95º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D57F34 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 52 -
CMYK 0 0.40 0.76 0.16
HSL 27.95º 0.66% 0.52% -
HSV(B) 27.95º 0.76% 0.84% -
XYZ 35.65 29.57 7.08 -
YUV 144.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 213 127 52 0 0.40 0.76 0.16 27.95 0.66 0.52
Hex D5 7F 34 0 28 4C 10 1C 42 34
Octal 325 177 64 0 50 114 20 34 102 64
Binary 11010101 1111111 110100 0 101000 1001100 10000 11100 1000010 110100

Color Harmonies of #D57F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F34

Black with #D57F34

Text Example


Text Example

White with #D57F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F34; }

 p { color: rgb(213,127,52); }

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

background-color css

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

 a { background-color: rgb(213,127,52); }

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

border-color css

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

 span { border-color: rgb(213,127,52); }

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