#48473A

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

Shades of Camouflage #48473A

Tints of Camouflage #48473A

Color information

#48473A (or 0x48473A) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 3A. RGB value is (72,71,58). Sum of RGB (Red+Green+Blue) = 72+71+58=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473A is #B7B8C5. Grayscale: #454545. Windows color (decimal): -12040390 or 3819336. OLE color: 3819336.

HSL color Cylindrical-coordinate representation of color #48473A: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48473A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB727158-
CMYK00.010.190.72
HSL55.71º10.77%25.49%-
HSV(B)55.71º19.44%28.24%-
XYZ5.696.194.9-
YUV69.82121.33129.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=35.82%
G=35.32%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72715800.010.190.7255.7110.7725.49
Hex48473A01134838b19
Octal110107720123110701331
Binary1001000100011111101001100111001000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48473A; }

 p { color: rgb(72,71,58); }

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

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

 a { background-color: rgb(72,71,58); }

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

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

 span { border-color: rgb(72,71,58); }

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