Html Css Color HEX #D47C37 Bronze

📋 copy color: '#D47C37'

red 212 ◦ green 124 ◦ blue 55

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

Shades of Bronze #D47C37

Tints of Bronze #D47C37

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 54.22%
G = 31.71%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D47C37 (or 0xD47C37) is known color: Bronze. HEX triplet: D4, 7C and 37. RGB value is (212,124,55). Sum of RGB (Red+Green+Blue) = 212+124+55=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47C37 is #2B83C8. Grayscale: #8E8E8E. Windows color (decimal): -2851785 or 3636436. OLE color: 3636436.

HSL color Cylindrical-coordinate representation of color #D47C37: hue angle of 26.37º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D47C37 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 124 55 -
CMYK 0 0.42 0.74 0.17
HSL 26.37º 0.65% 0.52% -
HSV(B) 26.37º 0.74% 0.83% -
XYZ 35.05 28.69 7.3 -
YUV 142.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 212 124 55 0 0.42 0.74 0.17 26.37 0.65 0.52
Hex D4 7C 37 0 2A 4A 11 1A 41 34
Octal 324 174 67 0 52 112 21 32 101 64
Binary 11010100 1111100 110111 0 101010 1001010 10001 11010 1000001 110100

Color Harmonies of #D47C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C37

Black with #D47C37

Text Example


Text Example

White with #D47C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C37; }

 p { color: rgb(212,124,55); }

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

background-color css

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

 a { background-color: rgb(212,124,55); }

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

border-color css

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

 span { border-color: rgb(212,124,55); }

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