Html Css Color HEX #503E21 Deep Bronze

📋 copy color: '#503E21'

red 80 ◦ green 62 ◦ blue 33

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

Shades of Deep Bronze #503E21

Tints of Deep Bronze #503E21

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 45.71%
G = 35.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#503E21 (or 0x503E21) is known color: Deep Bronze. HEX triplet: 50, 3E and 21. RGB value is (80,62,33). Sum of RGB (Red+Green+Blue) = 80+62+33=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E21 is #AFC1DE. Grayscale: #404040. Windows color (decimal): -11518431 or 2178640. OLE color: 2178640.

HSL color Cylindrical-coordinate representation of color #503E21: hue angle of 37.02º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503E21 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 33 -
CMYK 0 0.22 0.59 0.69
HSL 37.02º 0.42% 0.22% -
HSV(B) 37.02º 0.59% 0.31% -
XYZ 5.31 5.26 2.17 -
YUV 64.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 80 62 33 0 0.22 0.59 0.69 37.02 0.42 0.22
Hex 50 3E 21 0 16 3B 45 25 2A 16
Octal 120 76 41 0 26 73 105 45 52 26
Binary 1010000 111110 100001 0 10110 111011 1000101 100101 101010 10110

Color Harmonies of #503E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E21

Black with #503E21

Text Example


Text Example

White with #503E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,62,33); }

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

background-color css

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

 a { background-color: rgb(80,62,33); }

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

border-color css

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

 span { border-color: rgb(80,62,33); }

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