Html Css Color HEX #483125 Morocco Brown

📋 copy color: '#483125'

red 72 ◦ green 49 ◦ blue 37

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

Shades of Morocco Brown #483125

Tints of Morocco Brown #483125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.01%

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

R = 45.57%
G = 31.01%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483125 (or 0x483125) is known color: Morocco Brown. HEX triplet: 48, 31 and 25. RGB value is (72,49,37). Sum of RGB (Red+Green+Blue) = 72+49+37=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483125 is #B7CEDA. Grayscale: #363636. Windows color (decimal): -12046043 or 2437448. OLE color: 2437448.

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

Color convert

RGB 72 49 37 -
CMYK 0 0.32 0.49 0.72
HSL 20.57º 0.32% 0.21% -
HSV(B) 20.57º 0.49% 0.28% -
XYZ 4.1 3.71 2.25 -
YUV 54.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 72 49 37 0 0.32 0.49 0.72 20.57 0.32 0.21
Hex 48 31 25 0 20 31 48 15 20 15
Octal 110 61 45 0 40 61 110 25 40 25
Binary 1001000 110001 100101 0 100000 110001 1001000 10101 100000 10101

Color Harmonies of #483125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483125

Black with #483125

Text Example


Text Example

White with #483125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483125; }

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

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

background-color css

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

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

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

border-color css

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

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

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