Html Css Color HEX #50402A Deep Bronze

📋 copy color: '#50402A'

red 80 ◦ green 64 ◦ blue 42

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

Shades of Deep Bronze #50402A

Tints of Deep Bronze #50402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 43.01%
G = 34.41%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50402A (or 0x50402A) is known color: Deep Bronze. HEX triplet: 50, 40 and 2A. RGB value is (80,64,42). Sum of RGB (Red+Green+Blue) = 80+64+42=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #50402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50402A is #AFBFD5. Grayscale: #424242. Windows color (decimal): -11517910 or 2768976. OLE color: 2768976.

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

Color convert

RGB 80 64 42 -
CMYK 0 0.20 0.48 0.69
HSL 34.74º 0.31% 0.24% -
HSV(B) 34.74º 0.48% 0.31% -
XYZ 5.56 5.54 2.97 -
YUV 66.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 80 64 42 0 0.20 0.48 0.69 34.74 0.31 0.24
Hex 50 40 2A 0 14 30 45 23 1F 18
Octal 120 100 52 0 24 60 105 43 37 30
Binary 1010000 1000000 101010 0 10100 110000 1000101 100011 11111 11000

Color Harmonies of #50402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50402A

Black with #50402A

Text Example


Text Example

White with #50402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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