Html Css Color HEX #48473D Camouflage

📋 copy color: '#48473D'

red 72 ◦ green 71 ◦ blue 61

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

Shades of Camouflage #48473D

Tints of Camouflage #48473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 35.29%
G = 34.8%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48473D (or 0x48473D) is known color: Camouflage. HEX triplet: 48, 47 and 3D. RGB value is (72,71,61). Sum of RGB (Red+Green+Blue) = 72+71+61=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #48473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473D is #B7B8C2. Grayscale: #464646. Windows color (decimal): -12040387 or 4015944. OLE color: 4015944.

HSL color Cylindrical-coordinate representation of color #48473D: hue angle of 54.55º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48473D is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 61 -
CMYK 0 0.01 0.15 0.72
HSL 54.55º 0.08% 0.26% -
HSV(B) 54.55º 0.15% 0.28% -
XYZ 5.77 6.22 5.31 -
YUV 70.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 72 71 61 0 0.01 0.15 0.72 54.55 0.08 0.26
Hex 48 47 3D 0 1 F 48 37 8 1A
Octal 110 107 75 0 1 17 110 67 10 32
Binary 1001000 1000111 111101 0 1 1111 1001000 110111 1000 11010

Color Harmonies of #48473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48473D

Black with #48473D

Text Example


Text Example

White with #48473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48473D; }

 p { color: rgb(72,71,61); }

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

background-color css

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

 a { background-color: rgb(72,71,61); }

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

border-color css

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

 span { border-color: rgb(72,71,61); }

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