Html Css Color HEX #D47A35 Bronze

📋 copy color: '#D47A35'

red 212 ◦ green 122 ◦ blue 53

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

Shades of Bronze #D47A35

Tints of Bronze #D47A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 54.78%
G = 31.52%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D47A35 (or 0xD47A35) is known color: Bronze. HEX triplet: D4, 7A and 35. RGB value is (212,122,53). Sum of RGB (Red+Green+Blue) = 212+122+53=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A35 is #2B85CA. Grayscale: #8D8D8D. Windows color (decimal): -2852299 or 3504852. OLE color: 3504852.

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

Color convert

RGB 212 122 53 -
CMYK 0 0.42 0.75 0.17
HSL 26.04º 0.65% 0.52% -
HSV(B) 26.04º 0.75% 0.83% -
XYZ 34.75 28.17 6.97 -
YUV 141.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 212 122 53 0 0.42 0.75 0.17 26.04 0.65 0.52
Hex D4 7A 35 0 2A 4B 11 1A 41 34
Octal 324 172 65 0 52 113 21 32 101 64
Binary 11010100 1111010 110101 0 101010 1001011 10001 11010 1000001 110100

Color Harmonies of #D47A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A35

Black with #D47A35

Text Example


Text Example

White with #D47A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A35; }

 p { color: rgb(212,122,53); }

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

background-color css

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

 a { background-color: rgb(212,122,53); }

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

border-color css

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

 span { border-color: rgb(212,122,53); }

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