Html Css Color HEX #483024 Morocco Brown

📋 copy color: '#483024'

red 72 ◦ green 48 ◦ blue 36

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

Shades of Morocco Brown #483024

Tints of Morocco Brown #483024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 46.15%
G = 30.77%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#483024 (or 0x483024) is known color: Morocco Brown. HEX triplet: 48, 30 and 24. RGB value is (72,48,36). Sum of RGB (Red+Green+Blue) = 72+48+36=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483024 is #B7CFDB. Grayscale: #353535. Windows color (decimal): -12046300 or 2371656. OLE color: 2371656.

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

Color convert

RGB 72 48 36 -
CMYK 0 0.33 0.5 0.72
HSL 20º 0.33% 0.21% -
HSV(B) 20º 0.5% 0.28% -
XYZ 4.05 3.62 2.15 -
YUV 53.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 72 48 36 0 0.33 0.5 0.72 20 0.33 0.21
Hex 48 30 24 0 21 32 48 14 21 15
Octal 110 60 44 0 41 62 110 24 41 25
Binary 1001000 110000 100100 0 100001 110010 1001000 10100 100001 10101

Color Harmonies of #483024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483024

Black with #483024

Text Example


Text Example

White with #483024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483024; }

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

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

background-color css

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

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

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

border-color css

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

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

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