Html Css Color HEX #D4792E Bronze

📋 copy color: '#D4792E'

red 212 ◦ green 121 ◦ blue 46

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

Shades of Bronze #D4792E

Tints of Bronze #D4792E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 55.94%
G = 31.93%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4792E (or 0xD4792E) is known color: Bronze. HEX triplet: D4, 79 and 2E. RGB value is (212,121,46). Sum of RGB (Red+Green+Blue) = 212+121+46=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D4792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4792E is #2B86D1. Grayscale: #8C8C8C. Windows color (decimal): -2852562 or 3045844. OLE color: 3045844.

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

Color convert

RGB 212 121 46 -
CMYK 0 0.43 0.78 0.17
HSL 27.11º 0.66% 0.51% -
HSV(B) 27.11º 0.78% 0.83% -
XYZ 34.48 27.87 6.15 -
YUV 139.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 212 121 46 0 0.43 0.78 0.17 27.11 0.66 0.51
Hex D4 79 2E 0 2B 4E 11 1B 42 33
Octal 324 171 56 0 53 116 21 33 102 63
Binary 11010100 1111001 101110 0 101011 1001110 10001 11011 1000010 110011

Color Harmonies of #D4792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4792E

Black with #D4792E

Text Example


Text Example

White with #D4792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4792E; }

 p { color: rgb(212,121,46); }

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

background-color css

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

 a { background-color: rgb(212,121,46); }

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

border-color css

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

 span { border-color: rgb(212,121,46); }

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