Html Css Color HEX #50442F Deep Bronze

📋 copy color: '#50442F'

red 80 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #50442F

Tints of Deep Bronze #50442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 41.03%
G = 34.87%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50442F (or 0x50442F) is known color: Deep Bronze. HEX triplet: 50, 44 and 2F. RGB value is (80,68,47). Sum of RGB (Red+Green+Blue) = 80+68+47=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50442F is #AFBBD0. Grayscale: #454545. Windows color (decimal): -11516881 or 3097680. OLE color: 3097680.

HSL color Cylindrical-coordinate representation of color #50442F: hue angle of 38.18º 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 #50442F is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 47 -
CMYK 0 0.15 0.41 0.69
HSL 38.18º 0.26% 0.25% -
HSV(B) 38.18º 0.41% 0.31% -
XYZ 5.89 6.04 3.55 -
YUV 69.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 80 68 47 0 0.15 0.41 0.69 38.18 0.26 0.25
Hex 50 44 2F 0 F 29 45 26 1A 19
Octal 120 104 57 0 17 51 105 46 32 31
Binary 1010000 1000100 101111 0 1111 101001 1000101 100110 11010 11001

Color Harmonies of #50442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50442F

Black with #50442F

Text Example


Text Example

White with #50442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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