Html Css Color HEX #47463A Camouflage

📋 copy color: '#47463A'

red 71 ◦ green 70 ◦ blue 58

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

Shades of Camouflage #47463A

Tints of Camouflage #47463A

RGB

 RED value IS 71 (28.13% from 255) = 35.68%

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 35.68%
G = 35.18%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47463A (or 0x47463A) is known color: Camouflage. HEX triplet: 47, 46 and 3A. RGB value is (71,70,58). Sum of RGB (Red+Green+Blue) = 71+70+58=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #47463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47463A is #B8B9C5. Grayscale: #444444. Windows color (decimal): -12106182 or 3819079. OLE color: 3819079.

HSL color Cylindrical-coordinate representation of color #47463A: hue angle of 55.38º 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 #47463A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 58 -
CMYK 0 0.01 0.18 0.72
HSL 55.38º 0.1% 0.25% -
HSV(B) 55.38º 0.18% 0.28% -
XYZ 5.55 6.03 4.87 -
YUV 68.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 71 70 58 0 0.01 0.18 0.72 55.38 0.1 0.25
Hex 47 46 3A 0 1 12 48 37 A 19
Octal 107 106 72 0 1 22 110 67 12 31
Binary 1000111 1000110 111010 0 1 10010 1001000 110111 1010 11001

Color Harmonies of #47463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47463A

Black with #47463A

Text Example


Text Example

White with #47463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47463A;
 }
 .AnyTagClassName
 {
   color: #47463A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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