Html Css Color HEX #D3792F Bronze

📋 copy color: '#D3792F'

red 211 ◦ green 121 ◦ blue 47

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

Shades of Bronze #D3792F

Tints of Bronze #D3792F

RGB

 RED value IS 211 (82.81% from 255) = 55.67%

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 55.67%
G = 31.93%
B = 12.4%

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

#D3792F (or 0xD3792F) is known color: Bronze. HEX triplet: D3, 79 and 2F. RGB value is (211,121,47). Sum of RGB (Red+Green+Blue) = 211+121+47=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D3792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3792F is #2C86D0. Grayscale: #8B8B8B. Windows color (decimal): -2918097 or 3111379. OLE color: 3111379.

HSL color Cylindrical-coordinate representation of color #D3792F: hue angle of 27.07º degrees, saturation: 0.65, 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 #D3792F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 47 -
CMYK 0 0.43 0.78 0.17
HSL 27.07º 0.65% 0.51% -
HSV(B) 27.07º 0.78% 0.83% -
XYZ 34.21 27.73 6.24 -
YUV 139.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 211 121 47 0 0.43 0.78 0.17 27.07 0.65 0.51
Hex D3 79 2F 0 2B 4E 11 1B 41 33
Octal 323 171 57 0 53 116 21 33 101 63
Binary 11010011 1111001 101111 0 101011 1001110 10001 11011 1000001 110011

Color Harmonies of #D3792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3792F

Black with #D3792F

Text Example


Text Example

White with #D3792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3792F; }

 p { color: rgb(211,121,47); }

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

background-color css

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

 a { background-color: rgb(211,121,47); }

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

border-color css

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

 span { border-color: rgb(211,121,47); }

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