Html Css Color HEX #484631 Camouflage

📋 copy color: '#484631'

red 72 ◦ green 70 ◦ blue 49

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

Shades of Camouflage #484631

Tints of Camouflage #484631

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

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

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 37.7%
G = 36.65%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#484631 (or 0x484631) is known color: Camouflage. HEX triplet: 48, 46 and 31. RGB value is (72,70,49). Sum of RGB (Red+Green+Blue) = 72+70+49=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484631 is #B7B9CE. Grayscale: #444444. Windows color (decimal): -12040655 or 3229256. OLE color: 3229256.

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

Color convert

RGB 72 70 49 -
CMYK 0 0.03 0.32 0.72
HSL 54.78º 0.19% 0.24% -
HSV(B) 54.78º 0.32% 0.28% -
XYZ 5.42 5.98 3.77 -
YUV 68.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 72 70 49 0 0.03 0.32 0.72 54.78 0.19 0.24
Hex 48 46 31 0 3 20 48 37 13 18
Octal 110 106 61 0 3 40 110 67 23 30
Binary 1001000 1000110 110001 0 11 100000 1001000 110111 10011 11000

Color Harmonies of #484631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484631

Black with #484631

Text Example


Text Example

White with #484631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484631; }

 p { color: rgb(72,70,49); }

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

background-color css

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

 a { background-color: rgb(72,70,49); }

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

border-color css

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

 span { border-color: rgb(72,70,49); }

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