#484732

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

Shades of Camouflage #484732

Tints of Camouflage #484732

Color information

#484732 (or 0x484732) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 32. RGB value is (72,71,50). Sum of RGB (Red+Green+Blue) = 72+71+50=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #484732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484732 is #B7B8CD. Grayscale: #444444. Windows color (decimal): -12040398 or 3295048. OLE color: 3295048.

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

Color convert

RGB727150-
CMYK00.010.310.72
HSL57.27º18.03%23.92%-
HSV(B)57.27º30.56%28.24%-
XYZ5.56.113.91-
YUV68.9117.33130.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=37.31%
G=36.79%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72715000.010.310.7257.2718.0323.92
Hex484732011F48391218
Octal110107620137110712230
Binary10010001000111110010011111110010001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484732; }

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

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

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

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

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

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

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

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