#504C28

Color #504C28 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #504C28

Tints of Camouflage #504C28

Color information

#504C28 (or 0x504C28) is unknown color: approx Camouflage. HEX triplet: 50, 4C and 28. RGB value is (80,76,40). Sum of RGB (Red+Green+Blue) = 80+76+40=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C28 is #AFB3D7. Grayscale: #494949. Windows color (decimal): -11514840 or 2640976. OLE color: 2640976.

HSL color Cylindrical-coordinate representation of color #504C28: hue angle of 54º 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 #504C28 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB807640-
CMYK00.050.50.69
HSL54º33.33%23.53%-
HSV(B)54º50%31.37%-
XYZ6.287.033.03-
YUV73.09109.33132.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=40.82%
G=38.78%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80764000.050.50.695433.3323.53
Hex504C28053245362118
Octal120114500562105664130
Binary101000010011001010000101110010100010111011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504C28; }

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

 H1.HeaderClassName
 {
   color: #504C28;
 }
 .AnyTagClassName
 {
   color: #504C28;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #504C28;
 }
 .BgClassName
 {
   background-color: #504C28;
 }
</style>
border-color css

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

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

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