Html Css Color HEX #D47C38 Bronze

📋 copy color: '#D47C38'

red 212 ◦ green 124 ◦ blue 56

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

Shades of Bronze #D47C38

Tints of Bronze #D47C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.29%

R = 54.08%
G = 31.63%
B = 14.29%

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

#D47C38 (or 0xD47C38) is known color: Bronze. HEX triplet: D4, 7C and 38. RGB value is (212,124,56). Sum of RGB (Red+Green+Blue) = 212+124+56=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47C38 is #2B83C7. Grayscale: #8E8E8E. Windows color (decimal): -2851784 or 3701972. OLE color: 3701972.

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

Color convert

RGB 212 124 56 -
CMYK 0 0.42 0.74 0.17
HSL 26.15º 0.64% 0.53% -
HSV(B) 26.15º 0.74% 0.83% -
XYZ 35.07 28.7 7.43 -
YUV 142.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 212 124 56 0 0.42 0.74 0.17 26.15 0.64 0.53
Hex D4 7C 38 0 2A 4A 11 1A 40 35
Octal 324 174 70 0 52 112 21 32 100 65
Binary 11010100 1111100 111000 0 101010 1001010 10001 11010 1000000 110101

Color Harmonies of #D47C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C38

Black with #D47C38

Text Example


Text Example

White with #D47C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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