Html Css Color HEX #50422E Deep Bronze

📋 copy color: '#50422E'

red 80 ◦ green 66 ◦ blue 46

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

Shades of Deep Bronze #50422E

Tints of Deep Bronze #50422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 41.67%
G = 34.38%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50422E (or 0x50422E) is known color: Deep Bronze. HEX triplet: 50, 42 and 2E. RGB value is (80,66,46). Sum of RGB (Red+Green+Blue) = 80+66+46=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50422E is #AFBDD1. Grayscale: #444444. Windows color (decimal): -11517394 or 3031632. OLE color: 3031632.

HSL color Cylindrical-coordinate representation of color #50422E: hue angle of 35.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50422E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 46 -
CMYK 0 0.17 0.42 0.69
HSL 35.29º 0.27% 0.25% -
HSV(B) 35.29º 0.43% 0.31% -
XYZ 5.75 5.8 3.4 -
YUV 67.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 80 66 46 0 0.17 0.42 0.69 35.29 0.27 0.25
Hex 50 42 2E 0 11 2A 45 23 1B 19
Octal 120 102 56 0 21 52 105 43 33 31
Binary 1010000 1000010 101110 0 10001 101010 1000101 100011 11011 11001

Color Harmonies of #50422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50422E

Black with #50422E

Text Example


Text Example

White with #50422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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