Html Css Color HEX #D0782F Bronze

📋 copy color: '#D0782F'

red 208 ◦ green 120 ◦ blue 47

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

Shades of Bronze #D0782F

Tints of Bronze #D0782F

RGB

 RED value IS 208 (81.64% from 255) = 55.47%

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 55.47%
G = 32%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0782F (or 0xD0782F) is known color: Bronze. HEX triplet: D0, 78 and 2F. RGB value is (208,120,47). Sum of RGB (Red+Green+Blue) = 208+120+47=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0782F is #2F87D0. Grayscale: #8A8A8A. Windows color (decimal): -3114961 or 3111120. OLE color: 3111120.

HSL color Cylindrical-coordinate representation of color #D0782F: hue angle of 27.2º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0782F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 47 -
CMYK 0 0.42 0.77 0.18
HSL 27.2º 0.63% 0.5% -
HSV(B) 27.2º 0.77% 0.82% -
XYZ 33.24 27.05 6.16 -
YUV 137.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 208 120 47 0 0.42 0.77 0.18 27.2 0.63 0.5
Hex D0 78 2F 0 2A 4D 12 1B 3F 32
Octal 320 170 57 0 52 115 22 33 77 62
Binary 11010000 1111000 101111 0 101010 1001101 10010 11011 111111 110010

Color Harmonies of #D0782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0782F

Black with #D0782F

Text Example


Text Example

White with #D0782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0782F; }

 p { color: rgb(208,120,47); }

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

background-color css

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

 a { background-color: rgb(208,120,47); }

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

border-color css

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

 span { border-color: rgb(208,120,47); }

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