Html Css Color HEX #504227 Deep Bronze

📋 copy color: '#504227'

red 80 ◦ green 66 ◦ blue 39

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

Shades of Deep Bronze #504227

Tints of Deep Bronze #504227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 43.24%
G = 35.68%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504227 (or 0x504227) is known color: Deep Bronze. HEX triplet: 50, 42 and 27. RGB value is (80,66,39). Sum of RGB (Red+Green+Blue) = 80+66+39=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504227 is #AFBDD8. Grayscale: #434343. Windows color (decimal): -11517401 or 2572880. OLE color: 2572880.

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

Color convert

RGB 80 66 39 -
CMYK 0 0.17 0.51 0.69
HSL 39.51º 0.34% 0.23% -
HSV(B) 39.51º 0.51% 0.31% -
XYZ 5.62 5.75 2.73 -
YUV 67.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 80 66 39 0 0.17 0.51 0.69 39.51 0.34 0.23
Hex 50 42 27 0 11 33 45 28 22 17
Octal 120 102 47 0 21 63 105 50 42 27
Binary 1010000 1000010 100111 0 10001 110011 1000101 101000 100010 10111

Color Harmonies of #504227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504227

Black with #504227

Text Example


Text Example

White with #504227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504227; }

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

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

background-color css

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

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

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

border-color css

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

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

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