Html Css Color HEX #503B24 Deep Bronze

📋 copy color: '#503B24'

red 80 ◦ green 59 ◦ blue 36

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

Shades of Deep Bronze #503B24

Tints of Deep Bronze #503B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 45.71%
G = 33.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#503B24 (or 0x503B24) is known color: Deep Bronze. HEX triplet: 50, 3B and 24. RGB value is (80,59,36). Sum of RGB (Red+Green+Blue) = 80+59+36=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B24 is #AFC4DB. Grayscale: #3E3E3E. Windows color (decimal): -11519196 or 2374480. OLE color: 2374480.

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

Color convert

RGB 80 59 36 -
CMYK 0 0.26 0.55 0.69
HSL 31.36º 0.38% 0.23% -
HSV(B) 31.36º 0.55% 0.31% -
XYZ 5.19 4.96 2.35 -
YUV 62.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 80 59 36 0 0.26 0.55 0.69 31.36 0.38 0.23
Hex 50 3B 24 0 1A 37 45 1F 26 17
Octal 120 73 44 0 32 67 105 37 46 27
Binary 1010000 111011 100100 0 11010 110111 1000101 11111 100110 10111

Color Harmonies of #503B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B24

Black with #503B24

Text Example


Text Example

White with #503B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,36); }

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

background-color css

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

 a { background-color: rgb(80,59,36); }

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

border-color css

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

 span { border-color: rgb(80,59,36); }

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