#4B4A3C

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

Shades of Camouflage #4B4A3C

Tints of Camouflage #4B4A3C

Color information

#4B4A3C (or 0x4B4A3C) is unknown color: approx Camouflage. HEX triplet: 4B, 4A and 3C. RGB value is (75,74,60). Sum of RGB (Red+Green+Blue) = 75+74+60=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A3C is #B4B5C3. Grayscale: #484848. Windows color (decimal): -11843012 or 3951179. OLE color: 3951179.

HSL color Cylindrical-coordinate representation of color #4B4A3C: hue angle of 56º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B4A3C is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB757460-
CMYK00.010.200.71
HSL56º11.11%26.47%-
HSV(B)56º20%29.41%-
XYZ6.176.725.25-
YUV72.7120.83129.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=35.89%
G=35.41%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75746000.010.200.715611.1126.47
Hex4B4A3C01144738b1a
Octal113112740124107701332
Binary1001011100101011110001101001000111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4A3C; }

 p { color: rgb(75,74,60); }

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

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

 a { background-color: rgb(75,74,60); }

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

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

 span { border-color: rgb(75,74,60); }

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