Html Css Color HEX #503F27 Deep Bronze

📋 copy color: '#503F27'

red 80 ◦ green 63 ◦ blue 39

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

Shades of Deep Bronze #503F27

Tints of Deep Bronze #503F27

RGB

 RED value IS 80 (31.64% from 255) = 43.96%

 GREEN value IS 63 (25% from 255) = 34.62%

 BLUE value IS 39 (15.63% from 255) = 21.43%

R = 43.96%
G = 34.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#503F27 (or 0x503F27) is known color: Deep Bronze. HEX triplet: 50, 3F and 27. RGB value is (80,63,39). Sum of RGB (Red+Green+Blue) = 80+63+39=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F27 is #AFC0D8. Grayscale: #414141. Windows color (decimal): -11518169 or 2572112. OLE color: 2572112.

HSL color Cylindrical-coordinate representation of color #503F27: hue angle of 35.12º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503F27 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 39 -
CMYK 0 0.21 0.51 0.69
HSL 35.12º 0.34% 0.23% -
HSV(B) 35.12º 0.51% 0.31% -
XYZ 5.45 5.41 2.68 -
YUV 65.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 80 63 39 0 0.21 0.51 0.69 35.12 0.34 0.23
Hex 50 3F 27 0 15 33 45 23 22 17
Octal 120 77 47 0 25 63 105 43 42 27
Binary 1010000 111111 100111 0 10101 110011 1000101 100011 100010 10111

Color Harmonies of #503F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F27

Black with #503F27

Text Example


Text Example

White with #503F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F27; }

 p { color: rgb(80,63,39); }

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

background-color css

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

 a { background-color: rgb(80,63,39); }

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

border-color css

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

 span { border-color: rgb(80,63,39); }

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