Html Css Color HEX #504228 Deep Bronze

📋 copy color: '#504228'

red 80 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #504228

Tints of Deep Bronze #504228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 43.01%
G = 35.48%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#504228 (or 0x504228) is known color: Deep Bronze. HEX triplet: 50, 42 and 28. RGB value is (80,66,40). Sum of RGB (Red+Green+Blue) = 80+66+40=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504228 is #AFBDD7. Grayscale: #434343. Windows color (decimal): -11517400 or 2638416. OLE color: 2638416.

HSL color Cylindrical-coordinate representation of color #504228: hue angle of 39º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504228 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 40 -
CMYK 0 0.17 0.5 0.69
HSL 39º 0.33% 0.24% -
HSV(B) 39º 0.5% 0.31% -
XYZ 5.64 5.76 2.82 -
YUV 67.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 80 66 40 0 0.17 0.5 0.69 39 0.33 0.24
Hex 50 42 28 0 11 32 45 27 21 18
Octal 120 102 50 0 21 62 105 47 41 30
Binary 1010000 1000010 101000 0 10001 110010 1000101 100111 100001 11000

Color Harmonies of #504228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504228

Black with #504228

Text Example


Text Example

White with #504228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504228; }

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

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

background-color css

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

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

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

border-color css

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

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

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