Html Css Color HEX #503E23 Deep Bronze

📋 copy color: '#503E23'

red 80 ◦ green 62 ◦ blue 35

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

Shades of Deep Bronze #503E23

Tints of Deep Bronze #503E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 45.2%
G = 35.03%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#503E23 (or 0x503E23) is known color: Deep Bronze. HEX triplet: 50, 3E and 23. RGB value is (80,62,35). Sum of RGB (Red+Green+Blue) = 80+62+35=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E23 is #AFC1DC. Grayscale: #404040. Windows color (decimal): -11518429 or 2309712. OLE color: 2309712.

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

Color convert

RGB 80 62 35 -
CMYK 0 0.22 0.56 0.69
HSL 36º 0.39% 0.23% -
HSV(B) 36º 0.56% 0.31% -
XYZ 5.33 5.27 2.33 -
YUV 64.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 80 62 35 0 0.22 0.56 0.69 36 0.39 0.23
Hex 50 3E 23 0 16 38 45 24 27 17
Octal 120 76 43 0 26 70 105 44 47 27
Binary 1010000 111110 100011 0 10110 111000 1000101 100100 100111 10111

Color Harmonies of #503E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E23

Black with #503E23

Text Example


Text Example

White with #503E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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