Html Css Color HEX #503B25 Deep Bronze

📋 copy color: '#503B25'

red 80 ◦ green 59 ◦ blue 37

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

Shades of Deep Bronze #503B25

Tints of Deep Bronze #503B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 45.45%
G = 33.52%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503B25 (or 0x503B25) is known color: Deep Bronze. HEX triplet: 50, 3B and 25. RGB value is (80,59,37). Sum of RGB (Red+Green+Blue) = 80+59+37=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #503B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B25 is #AFC4DA. Grayscale: #3E3E3E. Windows color (decimal): -11519195 or 2440016. OLE color: 2440016.

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

Color convert

RGB 80 59 37 -
CMYK 0 0.26 0.54 0.69
HSL 30.7º 0.37% 0.23% -
HSV(B) 30.7º 0.54% 0.31% -
XYZ 5.21 4.97 2.43 -
YUV 62.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 80 59 37 0 0.26 0.54 0.69 30.7 0.37 0.23
Hex 50 3B 25 0 1A 36 45 1F 25 17
Octal 120 73 45 0 32 66 105 37 45 27
Binary 1010000 111011 100101 0 11010 110110 1000101 11111 100101 10111

Color Harmonies of #503B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B25

Black with #503B25

Text Example


Text Example

White with #503B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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