Html Css Color HEX #47462B Camouflage

📋 copy color: '#47462B'

red 71 ◦ green 70 ◦ blue 43

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

Shades of Camouflage #47462B

Tints of Camouflage #47462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 38.59%
G = 38.04%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47462B (or 0x47462B) is known color: Camouflage. HEX triplet: 47, 46 and 2B. RGB value is (71,70,43). Sum of RGB (Red+Green+Blue) = 71+70+43=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462B is #B8B9D4. Grayscale: #434343. Windows color (decimal): -12106197 or 2836039. OLE color: 2836039.

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

Color convert

RGB 71 70 43 -
CMYK 0 0.01 0.39 0.72
HSL 57.86º 0.25% 0.22% -
HSV(B) 57.86º 0.39% 0.28% -
XYZ 5.22 5.89 3.15 -
YUV 67.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 71 70 43 0 0.01 0.39 0.72 57.86 0.25 0.22
Hex 47 46 2B 0 1 27 48 3A 19 16
Octal 107 106 53 0 1 47 110 72 31 26
Binary 1000111 1000110 101011 0 1 100111 1001000 111010 11001 10110

Color Harmonies of #47462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47462B

Black with #47462B

Text Example


Text Example

White with #47462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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