#484733

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

Shades of Camouflage #484733

Tints of Camouflage #484733

Color information

#484733 (or 0x484733) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 33. RGB value is (72,71,51). Sum of RGB (Red+Green+Blue) = 72+71+51=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484733 is #B7B8CC. Grayscale: #454545. Windows color (decimal): -12040397 or 3360584. OLE color: 3360584.

HSL color Cylindrical-coordinate representation of color #484733: hue angle of 57.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484733 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB727151-
CMYK00.010.290.72
HSL57.14º17.07%24.12%-
HSV(B)57.14º29.17%28.24%-
XYZ5.526.124.02-
YUV69.02117.83130.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=37.11%
G=36.60%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72715100.010.290.7257.1417.0724.12
Hex484733011D48391118
Octal110107630135110712130
Binary10010001000111110011011110110010001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484733; }

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

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

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

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

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

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

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

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