Html Css Color HEX #D77D34 Bronze

📋 copy color: '#D77D34'

red 215 ◦ green 125 ◦ blue 52

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

Shades of Bronze #D77D34

Tints of Bronze #D77D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 54.85%
G = 31.89%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D77D34 (or 0xD77D34) is known color: Bronze. HEX triplet: D7, 7D and 34. RGB value is (215,125,52). Sum of RGB (Red+Green+Blue) = 215+125+52=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D34 is #2882CB. Grayscale: #8F8F8F. Windows color (decimal): -2654924 or 3440087. OLE color: 3440087.

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

Color convert

RGB 215 125 52 -
CMYK 0 0.42 0.76 0.16
HSL 26.87º 0.67% 0.52% -
HSV(B) 26.87º 0.76% 0.84% -
XYZ 35.98 29.36 7.02 -
YUV 143.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 215 125 52 0 0.42 0.76 0.16 26.87 0.67 0.52
Hex D7 7D 34 0 2A 4C 10 1B 43 34
Octal 327 175 64 0 52 114 20 33 103 64
Binary 11010111 1111101 110100 0 101010 1001100 10000 11011 1000011 110100

Color Harmonies of #D77D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D34

Black with #D77D34

Text Example


Text Example

White with #D77D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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