Html Css Color HEX #50412A Deep Bronze

📋 copy color: '#50412A'

red 80 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #50412A

Tints of Deep Bronze #50412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 42.78%
G = 34.76%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50412A (or 0x50412A) is known color: Deep Bronze. HEX triplet: 50, 41 and 2A. RGB value is (80,65,42). Sum of RGB (Red+Green+Blue) = 80+65+42=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #50412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50412A is #AFBED5. Grayscale: #424242. Windows color (decimal): -11517654 or 2769232. OLE color: 2769232.

HSL color Cylindrical-coordinate representation of color #50412A: hue angle of 36.32º 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 #50412A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 42 -
CMYK 0 0.19 0.48 0.69
HSL 36.32º 0.31% 0.24% -
HSV(B) 36.32º 0.48% 0.31% -
XYZ 5.62 5.65 2.99 -
YUV 66.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 80 65 42 0 0.19 0.48 0.69 36.32 0.31 0.24
Hex 50 41 2A 0 13 30 45 24 1F 18
Octal 120 101 52 0 23 60 105 44 37 30
Binary 1010000 1000001 101010 0 10011 110000 1000101 100100 11111 11000

Color Harmonies of #50412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50412A

Black with #50412A

Text Example


Text Example

White with #50412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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