#474535

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

Shades of Camouflage #474535

Tints of Camouflage #474535

Color information

#474535 (or 0x474535) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 35. RGB value is (71,69,53). Sum of RGB (Red+Green+Blue) = 71+69+53=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #474535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474535 is #B8BACA. Grayscale: #434343. Windows color (decimal): -12106443 or 3491143. OLE color: 3491143.

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

Color convert

RGB716953-
CMYK00.030.250.72
HSL53.33º14.52%24.31%-
HSV(B)53.33º25.35%27.84%-
XYZ5.375.854.21-
YUV67.77119.66130.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=36.79%
G=35.75%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695300.030.250.7253.3314.5224.31
Hex47453503194835f18
Octal107105650331110651730
Binary10001111000101110101011110011001000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474535; }

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

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

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

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

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

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

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

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