Html Css Color HEX #50422C Deep Bronze

📋 copy color: '#50422C'

red 80 ◦ green 66 ◦ blue 44

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

Shades of Deep Bronze #50422C

Tints of Deep Bronze #50422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 42.11%
G = 34.74%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50422C (or 0x50422C) is known color: Deep Bronze. HEX triplet: 50, 42 and 2C. RGB value is (80,66,44). Sum of RGB (Red+Green+Blue) = 80+66+44=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422C is #AFBDD3. Grayscale: #434343. Windows color (decimal): -11517396 or 2900560. OLE color: 2900560.

HSL color Cylindrical-coordinate representation of color #50422C: hue angle of 36.67º 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 #50422C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 44 -
CMYK 0 0.17 0.45 0.69
HSL 36.67º 0.29% 0.24% -
HSV(B) 36.67º 0.45% 0.31% -
XYZ 5.71 5.78 3.2 -
YUV 67.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 80 66 44 0 0.17 0.45 0.69 36.67 0.29 0.24
Hex 50 42 2C 0 11 2D 45 25 1D 18
Octal 120 102 54 0 21 55 105 45 35 30
Binary 1010000 1000010 101100 0 10001 101101 1000101 100101 11101 11000

Color Harmonies of #50422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50422C

Black with #50422C

Text Example


Text Example

White with #50422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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