Html Css Color HEX #D77D37 Bronze

📋 copy color: '#D77D37'

red 215 ◦ green 125 ◦ blue 55

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

Shades of Bronze #D77D37

Tints of Bronze #D77D37

RGB

 RED value IS 215 (84.38% from 255) = 54.43%

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 54.43%
G = 31.65%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D77D37 (or 0xD77D37) is known color: Bronze. HEX triplet: D7, 7D and 37. RGB value is (215,125,55). Sum of RGB (Red+Green+Blue) = 215+125+55=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D37 is #2882C8. Grayscale: #909090. Windows color (decimal): -2654921 or 3636695. OLE color: 3636695.

HSL color Cylindrical-coordinate representation of color #D77D37: hue angle of 26.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D77D37 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 55 -
CMYK 0 0.42 0.74 0.16
HSL 26.25º 0.67% 0.53% -
HSV(B) 26.25º 0.74% 0.84% -
XYZ 36.05 29.39 7.39 -
YUV 143.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 215 125 55 0 0.42 0.74 0.16 26.25 0.67 0.53
Hex D7 7D 37 0 2A 4A 10 1A 43 35
Octal 327 175 67 0 52 112 20 32 103 65
Binary 11010111 1111101 110111 0 101010 1001010 10000 11010 1000011 110101

Color Harmonies of #D77D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D37

Black with #D77D37

Text Example


Text Example

White with #D77D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D37; }

 p { color: rgb(215,125,55); }

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

background-color css

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

 a { background-color: rgb(215,125,55); }

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

border-color css

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

 span { border-color: rgb(215,125,55); }

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