Html Css Color HEX #50402E Deep Bronze

📋 copy color: '#50402E'

red 80 ◦ green 64 ◦ blue 46

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

Shades of Deep Bronze #50402E

Tints of Deep Bronze #50402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 42.11%
G = 33.68%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50402E (or 0x50402E) is known color: Deep Bronze. HEX triplet: 50, 40 and 2E. RGB value is (80,64,46). Sum of RGB (Red+Green+Blue) = 80+64+46=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50402E is #AFBFD1. Grayscale: #424242. Windows color (decimal): -11517906 or 3031120. OLE color: 3031120.

HSL color Cylindrical-coordinate representation of color #50402E: hue angle of 31.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50402E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 46 -
CMYK 0 0.20 0.42 0.69
HSL 31.76º 0.27% 0.25% -
HSV(B) 31.76º 0.43% 0.31% -
XYZ 5.63 5.57 3.36 -
YUV 66.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 80 64 46 0 0.20 0.42 0.69 31.76 0.27 0.25
Hex 50 40 2E 0 14 2A 45 20 1B 19
Octal 120 100 56 0 24 52 105 40 33 31
Binary 1010000 1000000 101110 0 10100 101010 1000101 100000 11011 11001

Color Harmonies of #50402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50402E

Black with #50402E

Text Example


Text Example

White with #50402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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