Html Css Color HEX #50412C Deep Bronze

📋 copy color: '#50412C'

red 80 ◦ green 65 ◦ blue 44

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

Shades of Deep Bronze #50412C

Tints of Deep Bronze #50412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 42.33%
G = 34.39%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50412C (or 0x50412C) is known color: Deep Bronze. HEX triplet: 50, 41 and 2C. RGB value is (80,65,44). Sum of RGB (Red+Green+Blue) = 80+65+44=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50412C is #AFBED3. Grayscale: #434343. Windows color (decimal): -11517652 or 2900304. OLE color: 2900304.

HSL color Cylindrical-coordinate representation of color #50412C: hue angle of 35º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50412C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 44 -
CMYK 0 0.19 0.45 0.69
HSL 35º 0.29% 0.24% -
HSV(B) 35º 0.45% 0.31% -
XYZ 5.65 5.67 3.18 -
YUV 67.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 80 65 44 0 0.19 0.45 0.69 35 0.29 0.24
Hex 50 41 2C 0 13 2D 45 23 1D 18
Octal 120 101 54 0 23 55 105 43 35 30
Binary 1010000 1000001 101100 0 10011 101101 1000101 100011 11101 11000

Color Harmonies of #50412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50412C

Black with #50412C

Text Example


Text Example

White with #50412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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