Html Css Color HEX #503E22 Deep Bronze

📋 copy color: '#503E22'

red 80 ◦ green 62 ◦ blue 34

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

Shades of Deep Bronze #503E22

Tints of Deep Bronze #503E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.23%

 BLUE value IS 34 (13.67% from 255) = 19.32%

R = 45.45%
G = 35.23%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#503E22 (or 0x503E22) is known color: Deep Bronze. HEX triplet: 50, 3E and 22. RGB value is (80,62,34). Sum of RGB (Red+Green+Blue) = 80+62+34=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #503E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E22 is #AFC1DD. Grayscale: #404040. Windows color (decimal): -11518430 or 2244176. OLE color: 2244176.

HSL color Cylindrical-coordinate representation of color #503E22: hue angle of 36.52º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503E22 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 34 -
CMYK 0 0.22 0.58 0.69
HSL 36.52º 0.4% 0.22% -
HSV(B) 36.52º 0.58% 0.31% -
XYZ 5.32 5.27 2.25 -
YUV 64.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 80 62 34 0 0.22 0.58 0.69 36.52 0.4 0.22
Hex 50 3E 22 0 16 3A 45 25 28 16
Octal 120 76 42 0 26 72 105 45 50 26
Binary 1010000 111110 100010 0 10110 111010 1000101 100101 101000 10110

Color Harmonies of #503E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E22

Black with #503E22

Text Example


Text Example

White with #503E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E22; }

 p { color: rgb(80,62,34); }

 H1.HeaderClassName
 {
   color: #503E22;
 }
 .AnyTagClassName
 {
   color: #503E22;
 }
</style>

background-color css

<style>
 a { background-color: #503E22; }

 a { background-color: rgb(80,62,34); }

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

border-color css

<style>
 span { border-color: #503E22; }

 span { border-color: rgb(80,62,34); }

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