Html Css Color HEX #503C23 Deep Bronze

📋 copy color: '#503C23'

red 80 ◦ green 60 ◦ blue 35

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

Shades of Deep Bronze #503C23

Tints of Deep Bronze #503C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 45.71%
G = 34.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#503C23 (or 0x503C23) is known color: Deep Bronze. HEX triplet: 50, 3C and 23. RGB value is (80,60,35). Sum of RGB (Red+Green+Blue) = 80+60+35=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C23 is #AFC3DC. Grayscale: #3F3F3F. Windows color (decimal): -11518941 or 2309200. OLE color: 2309200.

HSL color Cylindrical-coordinate representation of color #503C23: hue angle of 33.33º 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 #503C23 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 35 -
CMYK 0 0.25 0.56 0.69
HSL 33.33º 0.39% 0.23% -
HSV(B) 33.33º 0.56% 0.31% -
XYZ 5.23 5.06 2.29 -
YUV 63.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 80 60 35 0 0.25 0.56 0.69 33.33 0.39 0.23
Hex 50 3C 23 0 19 38 45 21 27 17
Octal 120 74 43 0 31 70 105 41 47 27
Binary 1010000 111100 100011 0 11001 111000 1000101 100001 100111 10111

Color Harmonies of #503C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C23

Black with #503C23

Text Example


Text Example

White with #503C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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