Html Css Color HEX #48473C Camouflage

📋 copy color: '#48473C'

red 72 ◦ green 71 ◦ blue 60

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

Shades of Camouflage #48473C

Tints of Camouflage #48473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 35.47%
G = 34.98%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48473C (or 0x48473C) is known color: Camouflage. HEX triplet: 48, 47 and 3C. RGB value is (72,71,60). Sum of RGB (Red+Green+Blue) = 72+71+60=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473C is #B7B8C3. Grayscale: #464646. Windows color (decimal): -12040388 or 3950408. OLE color: 3950408.

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

Color convert

RGB 72 71 60 -
CMYK 0 0.01 0.17 0.72
HSL 55º 0.09% 0.26% -
HSV(B) 55º 0.17% 0.28% -
XYZ 5.74 6.21 5.17 -
YUV 70.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 72 71 60 0 0.01 0.17 0.72 55 0.09 0.26
Hex 48 47 3C 0 1 11 48 37 9 1A
Octal 110 107 74 0 1 21 110 67 11 32
Binary 1001000 1000111 111100 0 1 10001 1001000 110111 1001 11010

Color Harmonies of #48473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48473C

Black with #48473C

Text Example


Text Example

White with #48473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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