#4B472D

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

Shades of Camouflage #4B472D

Tints of Camouflage #4B472D

Color information

#4B472D (or 0x4B472D) is unknown color: approx Camouflage. HEX triplet: 4B, 47 and 2D. RGB value is (75,71,45). Sum of RGB (Red+Green+Blue) = 75+71+45=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B472D is #B4B8D2. Grayscale: #454545. Windows color (decimal): -11843795 or 2967371. OLE color: 2967371.

HSL color Cylindrical-coordinate representation of color #4B472D: hue angle of 52º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B472D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB757145-
CMYK00.050.400.71
HSL52º25%23.53%-
HSV(B)52º40%29.41%-
XYZ5.636.193.38-
YUV69.23114.33132.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=39.27%
G=37.17%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75714500.050.400.71522523.53
Hex4B472D052847341918
Octal113107550550107643130
Binary10010111000111101101010110100010001111101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,45); }

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

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

 a { background-color: rgb(75,71,45); }

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

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

 span { border-color: rgb(75,71,45); }

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