Html Css Color HEX #474535 Camouflage

📋 copy color: '#474535'

red 71 ◦ green 69 ◦ blue 53

#474535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage #474535

Tints of Camouflage #474535

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#474535 (or 0x474535) is known color: 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

RGB 71 69 53 -
CMYK 0 0.03 0.25 0.72
HSL 53.33º 0.15% 0.24% -
HSV(B) 53.33º 0.25% 0.28% -
XYZ 5.37 5.85 4.21 -
YUV 67.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 71 69 53 0 0.03 0.25 0.72 53.33 0.15 0.24
Hex 47 45 35 0 3 19 48 35 F 18
Octal 107 105 65 0 3 31 110 65 17 30
Binary 1000111 1000101 110101 0 11 11001 1001000 110101 1111 11000

Color Harmonies of #474535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474535

Black with #474535

Text Example


Text Example

White with #474535

Text Example


Text Example

HTML Codes & Css Web 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>