#47453A

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

Shades of Camouflage #47453A

Tints of Camouflage #47453A

Color information

#47453A (or 0x47453A) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 3A. RGB value is (71,69,58). Sum of RGB (Red+Green+Blue) = 71+69+58=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #47453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47453A is #B8BAC5. Grayscale: #444444. Windows color (decimal): -12106438 or 3818823. OLE color: 3818823.

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

Color convert

RGB716958-
CMYK00.030.180.72
HSL50.77º10.08%25.29%-
HSV(B)50.77º18.31%27.84%-
XYZ5.495.94.85-
YUV68.34122.16129.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=35.86%
G=34.85%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695800.030.180.7250.7710.0825.29
Hex47453A03124833a19
Octal107105720322110631231
Binary10001111000101111010011100101001000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47453A; }

 p { color: rgb(71,69,58); }

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

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

 a { background-color: rgb(71,69,58); }

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

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

 span { border-color: rgb(71,69,58); }

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