#4B4A27

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

Shades of Camouflage #4B4A27

Tints of Camouflage #4B4A27

Color information

#4B4A27 (or 0x4B4A27) is unknown color: approx Camouflage. HEX triplet: 4B, 4A and 27. RGB value is (75,74,39). Sum of RGB (Red+Green+Blue) = 75+74+39=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A27 is #B4B5D8. Grayscale: #464646. Windows color (decimal): -11843033 or 2574923. OLE color: 2574923.

HSL color Cylindrical-coordinate representation of color #4B4A27: hue angle of 58.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B4A27 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB757439-
CMYK00.010.480.71
HSL58.33º31.58%22.35%-
HSV(B)58.33º48%29.41%-
XYZ5.726.542.88-
YUV70.31110.33131.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=39.89%
G=39.36%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75743900.010.480.7158.3331.5822.35
Hex4B4A270130473a2016
Octal113112470160107724026
Binary1001011100101010011101110000100011111101010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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