Html Css Color HEX #50402F Deep Bronze

📋 copy color: '#50402F'

red 80 ◦ green 64 ◦ blue 47

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

Shades of Deep Bronze #50402F

Tints of Deep Bronze #50402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 41.88%
G = 33.51%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50402F (or 0x50402F) is known color: Deep Bronze. HEX triplet: 50, 40 and 2F. RGB value is (80,64,47). Sum of RGB (Red+Green+Blue) = 80+64+47=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50402F is #AFBFD0. Grayscale: #424242. Windows color (decimal): -11517905 or 3096656. OLE color: 3096656.

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

Color convert

RGB 80 64 47 -
CMYK 0 0.20 0.41 0.69
HSL 30.91º 0.26% 0.25% -
HSV(B) 30.91º 0.41% 0.31% -
XYZ 5.65 5.58 3.47 -
YUV 66.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 80 64 47 0 0.20 0.41 0.69 30.91 0.26 0.25
Hex 50 40 2F 0 14 29 45 1F 1A 19
Octal 120 100 57 0 24 51 105 37 32 31
Binary 1010000 1000000 101111 0 10100 101001 1000101 11111 11010 11001

Color Harmonies of #50402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50402F

Black with #50402F

Text Example


Text Example

White with #50402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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