Html Css Color HEX #483227 Morocco Brown

📋 copy color: '#483227'

red 72 ◦ green 50 ◦ blue 39

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

Shades of Morocco Brown #483227

Tints of Morocco Brown #483227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 44.72%
G = 31.06%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483227 (or 0x483227) is known color: Morocco Brown. HEX triplet: 48, 32 and 27. RGB value is (72,50,39). Sum of RGB (Red+Green+Blue) = 72+50+39=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483227 is #B7CDD8. Grayscale: #373737. Windows color (decimal): -12045785 or 2568776. OLE color: 2568776.

HSL color Cylindrical-coordinate representation of color #483227: hue angle of 20º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483227 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 39 -
CMYK 0 0.31 0.46 0.72
HSL 20º 0.3% 0.22% -
HSV(B) 20º 0.46% 0.28% -
XYZ 4.18 3.81 2.43 -
YUV 55.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 72 50 39 0 0.31 0.46 0.72 20 0.3 0.22
Hex 48 32 27 0 1F 2E 48 14 1E 16
Octal 110 62 47 0 37 56 110 24 36 26
Binary 1001000 110010 100111 0 11111 101110 1001000 10100 11110 10110

Color Harmonies of #483227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483227

Black with #483227

Text Example


Text Example

White with #483227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483227; }

 p { color: rgb(72,50,39); }

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

background-color css

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

 a { background-color: rgb(72,50,39); }

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

border-color css

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

 span { border-color: rgb(72,50,39); }

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