#484635

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

Shades of Camouflage #484635

Tints of Camouflage #484635

Color information

#484635 (or 0x484635) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 35. RGB value is (72,70,53). Sum of RGB (Red+Green+Blue) = 72+70+53=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #484635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484635 is #B7B9CA. Grayscale: #444444. Windows color (decimal): -12040651 or 3491400. OLE color: 3491400.

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

Color convert

RGB727053-
CMYK00.030.260.72
HSL53.68º15.2%24.51%-
HSV(B)53.68º26.39%28.24%-
XYZ5.516.024.24-
YUV68.66119.16130.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=36.92%
G=35.90%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72705300.030.260.7253.6815.224.51
Hex484635031A4836f19
Octal110106650332110661731
Binary10010001000110110101011110101001000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484635; }

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

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

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

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

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

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

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

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