#48462D

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

Shades of Camouflage #48462D

Tints of Camouflage #48462D

Color information

#48462D (or 0x48462D) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 2D. RGB value is (72,70,45). Sum of RGB (Red+Green+Blue) = 72+70+45=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48462D is #B7B9D2. Grayscale: #434343. Windows color (decimal): -12040659 or 2967112. OLE color: 2967112.

HSL color Cylindrical-coordinate representation of color #48462D: hue angle of 55.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48462D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB727045-
CMYK00.030.380.72
HSL55.56º23.08%22.94%-
HSV(B)55.56º37.5%28.24%-
XYZ5.345.953.35-
YUV67.75115.16131.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=38.50%
G=37.43%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72704500.030.380.7255.5623.0822.94
Hex48462D032648381717
Octal110106550346110702727
Binary1001000100011010110101110011010010001110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48462D; }

 p { color: rgb(72,70,45); }

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

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

 a { background-color: rgb(72,70,45); }

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

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

 span { border-color: rgb(72,70,45); }

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