Html Css Color HEX #D77F35 Bronze

📋 copy color: '#D77F35'

red 215 ◦ green 127 ◦ blue 53

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

Shades of Bronze #D77F35

Tints of Bronze #D77F35

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 54.43%
G = 32.15%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D77F35 (or 0xD77F35) is known color: Bronze. HEX triplet: D7, 7F and 35. RGB value is (215,127,53). Sum of RGB (Red+Green+Blue) = 215+127+53=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F35 is #2880CA. Grayscale: #919191. Windows color (decimal): -2654411 or 3506135. OLE color: 3506135.

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

Color convert

RGB 215 127 53 -
CMYK 0 0.41 0.75 0.16
HSL 27.41º 0.67% 0.53% -
HSV(B) 27.41º 0.75% 0.84% -
XYZ 36.26 29.88 7.23 -
YUV 144.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 215 127 53 0 0.41 0.75 0.16 27.41 0.67 0.53
Hex D7 7F 35 0 29 4B 10 1B 43 35
Octal 327 177 65 0 51 113 20 33 103 65
Binary 11010111 1111111 110101 0 101001 1001011 10000 11011 1000011 110101

Color Harmonies of #D77F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F35

Black with #D77F35

Text Example


Text Example

White with #D77F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F35; }

 p { color: rgb(215,127,53); }

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

background-color css

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

 a { background-color: rgb(215,127,53); }

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

border-color css

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

 span { border-color: rgb(215,127,53); }

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