Html Css Color HEX #47462C Camouflage

📋 copy color: '#47462C'

red 71 ◦ green 70 ◦ blue 44

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

Shades of Camouflage #47462C

Tints of Camouflage #47462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 38.38%
G = 37.84%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47462C (or 0x47462C) is known color: Camouflage. HEX triplet: 47, 46 and 2C. RGB value is (71,70,44). Sum of RGB (Red+Green+Blue) = 71+70+44=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462C is #B8B9D3. Grayscale: #434343. Windows color (decimal): -12106196 or 2901575. OLE color: 2901575.

HSL color Cylindrical-coordinate representation of color #47462C: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47462C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 44 -
CMYK 0 0.01 0.38 0.72
HSL 57.78º 0.23% 0.23% -
HSV(B) 57.78º 0.38% 0.28% -
XYZ 5.24 5.9 3.25 -
YUV 67.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 71 70 44 0 0.01 0.38 0.72 57.78 0.23 0.23
Hex 47 46 2C 0 1 26 48 3A 17 17
Octal 107 106 54 0 1 46 110 72 27 27
Binary 1000111 1000110 101100 0 1 100110 1001000 111010 10111 10111

Color Harmonies of #47462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47462C

Black with #47462C

Text Example


Text Example

White with #47462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47462C; }

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

 H1.HeaderClassName
 {
   color: #47462C;
 }
 .AnyTagClassName
 {
   color: #47462C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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