Html Css Color HEX #482E25 Morocco Brown

📋 copy color: '#482E25'

red 72 ◦ green 46 ◦ blue 37

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

Shades of Morocco Brown #482E25

Tints of Morocco Brown #482E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.68%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 46.45%
G = 29.68%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482E25 (or 0x482E25) is known color: Morocco Brown. HEX triplet: 48, 2E and 25. RGB value is (72,46,37). Sum of RGB (Red+Green+Blue) = 72+46+37=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E25 is #B7D1DA. Grayscale: #343434. Windows color (decimal): -12046811 or 2436680. OLE color: 2436680.

HSL color Cylindrical-coordinate representation of color #482E25: hue angle of 15.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482E25 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 46 37 -
CMYK 0 0.36 0.49 0.72
HSL 15.43º 0.32% 0.21% -
HSV(B) 15.43º 0.49% 0.28% -
XYZ 3.98 3.47 2.21 -
YUV 52.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 72 46 37 0 0.36 0.49 0.72 15.43 0.32 0.21
Hex 48 2E 25 0 24 31 48 F 20 15
Octal 110 56 45 0 44 61 110 17 40 25
Binary 1001000 101110 100101 0 100100 110001 1001000 1111 100000 10101

Color Harmonies of #482E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E25

Black with #482E25

Text Example


Text Example

White with #482E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482E25; }

 p { color: rgb(72,46,37); }

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

background-color css

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

 a { background-color: rgb(72,46,37); }

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

border-color css

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

 span { border-color: rgb(72,46,37); }

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