Html Css Color HEX #482F25 Morocco Brown

📋 copy color: '#482F25'

red 72 ◦ green 47 ◦ blue 37

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

Shades of Morocco Brown #482F25

Tints of Morocco Brown #482F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.13%

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

R = 46.15%
G = 30.13%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482F25 (or 0x482F25) is known color: Morocco Brown. HEX triplet: 48, 2F and 25. RGB value is (72,47,37). Sum of RGB (Red+Green+Blue) = 72+47+37=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F25 is #B7D0DA. Grayscale: #353535. Windows color (decimal): -12046555 or 2436936. OLE color: 2436936.

HSL color Cylindrical-coordinate representation of color #482F25: hue angle of 17.14º 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 #482F25 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 37 -
CMYK 0 0.35 0.49 0.72
HSL 17.14º 0.32% 0.21% -
HSV(B) 17.14º 0.49% 0.28% -
XYZ 4.02 3.54 2.22 -
YUV 53.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 72 47 37 0 0.35 0.49 0.72 17.14 0.32 0.21
Hex 48 2F 25 0 23 31 48 11 20 15
Octal 110 57 45 0 43 61 110 21 40 25
Binary 1001000 101111 100101 0 100011 110001 1001000 10001 100000 10101

Color Harmonies of #482F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F25

Black with #482F25

Text Example


Text Example

White with #482F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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