Html Css Color HEX #483025 Morocco Brown

📋 copy color: '#483025'

red 72 ◦ green 48 ◦ blue 37

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

Shades of Morocco Brown #483025

Tints of Morocco Brown #483025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

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

R = 45.86%
G = 30.57%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483025 (or 0x483025) is known color: Morocco Brown. HEX triplet: 48, 30 and 25. RGB value is (72,48,37). Sum of RGB (Red+Green+Blue) = 72+48+37=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483025 is #B7CFDA. Grayscale: #353535. Windows color (decimal): -12046299 or 2437192. OLE color: 2437192.

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

Color convert

RGB 72 48 37 -
CMYK 0 0.33 0.49 0.72
HSL 18.86º 0.32% 0.21% -
HSV(B) 18.86º 0.49% 0.28% -
XYZ 4.06 3.63 2.24 -
YUV 53.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 72 48 37 0 0.33 0.49 0.72 18.86 0.32 0.21
Hex 48 30 25 0 21 31 48 13 20 15
Octal 110 60 45 0 41 61 110 23 40 25
Binary 1001000 110000 100101 0 100001 110001 1001000 10011 100000 10101

Color Harmonies of #483025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483025

Black with #483025

Text Example


Text Example

White with #483025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483025; }

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

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

background-color css

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

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

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

border-color css

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

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

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