Html Css Color HEX #D77F36 Bronze

📋 copy color: '#D77F36'

red 215 ◦ green 127 ◦ blue 54

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

Shades of Bronze #D77F36

Tints of Bronze #D77F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.64%

R = 54.29%
G = 32.07%
B = 13.64%

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

#D77F36 (or 0xD77F36) is known color: Bronze. HEX triplet: D7, 7F and 36. RGB value is (215,127,54). Sum of RGB (Red+Green+Blue) = 215+127+54=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F36 is #2880C9. Grayscale: #919191. Windows color (decimal): -2654410 or 3571671. OLE color: 3571671.

HSL color Cylindrical-coordinate representation of color #D77F36: hue angle of 27.2º 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 #D77F36 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 54 -
CMYK 0 0.41 0.75 0.16
HSL 27.2º 0.67% 0.53% -
HSV(B) 27.2º 0.75% 0.84% -
XYZ 36.28 29.89 7.35 -
YUV 144.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 215 127 54 0 0.41 0.75 0.16 27.2 0.67 0.53
Hex D7 7F 36 0 29 4B 10 1B 43 35
Octal 327 177 66 0 51 113 20 33 103 65
Binary 11010111 1111111 110110 0 101001 1001011 10000 11011 1000011 110101

Color Harmonies of #D77F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F36

Black with #D77F36

Text Example


Text Example

White with #D77F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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