Html Css Color HEX #48473A Camouflage

📋 copy color: '#48473A'

red 72 ◦ green 71 ◦ blue 58

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

Shades of Camouflage #48473A

Tints of Camouflage #48473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 35.82%
G = 35.32%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48473A (or 0x48473A) is known color: Camouflage. HEX triplet: 48, 47 and 3A. RGB value is (72,71,58). Sum of RGB (Red+Green+Blue) = 72+71+58=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473A is #B7B8C5. Grayscale: #454545. Windows color (decimal): -12040390 or 3819336. OLE color: 3819336.

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

Color convert

RGB 72 71 58 -
CMYK 0 0.01 0.19 0.72
HSL 55.71º 0.11% 0.25% -
HSV(B) 55.71º 0.19% 0.28% -
XYZ 5.69 6.19 4.9 -
YUV 69.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 72 71 58 0 0.01 0.19 0.72 55.71 0.11 0.25
Hex 48 47 3A 0 1 13 48 38 B 19
Octal 110 107 72 0 1 23 110 70 13 31
Binary 1001000 1000111 111010 0 1 10011 1001000 111000 1011 11001

Color Harmonies of #48473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48473A

Black with #48473A

Text Example


Text Example

White with #48473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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