Html Css Color HEX #D07E37 Bronze

📋 copy color: '#D07E37'

red 208 ◦ green 126 ◦ blue 55

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

Shades of Bronze #D07E37

Tints of Bronze #D07E37

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 55 (21.88% from 255) = 14.14%

R = 53.47%
G = 32.39%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D07E37 (or 0xD07E37) is known color: Bronze. HEX triplet: D0, 7E and 37. RGB value is (208,126,55). Sum of RGB (Red+Green+Blue) = 208+126+55=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E37 is #2F81C8. Grayscale: #8E8E8E. Windows color (decimal): -3113417 or 3636944. OLE color: 3636944.

HSL color Cylindrical-coordinate representation of color #D07E37: hue angle of 27.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D07E37 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 55 -
CMYK 0 0.39 0.74 0.18
HSL 27.84º 0.62% 0.52% -
HSV(B) 27.84º 0.74% 0.82% -
XYZ 34.16 28.61 7.34 -
YUV 142.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 208 126 55 0 0.39 0.74 0.18 27.84 0.62 0.52
Hex D0 7E 37 0 27 4A 12 1C 3E 34
Octal 320 176 67 0 47 112 22 34 76 64
Binary 11010000 1111110 110111 0 100111 1001010 10010 11100 111110 110100

Color Harmonies of #D07E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E37

Black with #D07E37

Text Example


Text Example

White with #D07E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E37; }

 p { color: rgb(208,126,55); }

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

background-color css

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

 a { background-color: rgb(208,126,55); }

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

border-color css

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

 span { border-color: rgb(208,126,55); }

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