Html Css Color HEX #50402C Deep Bronze

📋 copy color: '#50402C'

red 80 ◦ green 64 ◦ blue 44

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

Shades of Deep Bronze #50402C

Tints of Deep Bronze #50402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 42.55%
G = 34.04%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50402C (or 0x50402C) is known color: Deep Bronze. HEX triplet: 50, 40 and 2C. RGB value is (80,64,44). Sum of RGB (Red+Green+Blue) = 80+64+44=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50402C is #AFBFD3. Grayscale: #424242. Windows color (decimal): -11517908 or 2900048. OLE color: 2900048.

HSL color Cylindrical-coordinate representation of color #50402C: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50402C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 44 -
CMYK 0 0.20 0.45 0.69
HSL 33.33º 0.29% 0.24% -
HSV(B) 33.33º 0.45% 0.31% -
XYZ 5.6 5.55 3.16 -
YUV 66.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 80 64 44 0 0.20 0.45 0.69 33.33 0.29 0.24
Hex 50 40 2C 0 14 2D 45 21 1D 18
Octal 120 100 54 0 24 55 105 41 35 30
Binary 1010000 1000000 101100 0 10100 101101 1000101 100001 11101 11000

Color Harmonies of #50402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50402C

Black with #50402C

Text Example


Text Example

White with #50402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50402C; }

 p { color: rgb(80,64,44); }

 H1.HeaderClassName
 {
   color: #50402C;
 }
 .AnyTagClassName
 {
   color: #50402C;
 }
</style>

background-color css

<style>
 a { background-color: #50402C; }

 a { background-color: rgb(80,64,44); }

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

border-color css

<style>
 span { border-color: #50402C; }

 span { border-color: rgb(80,64,44); }

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