Html Css Color HEX #482E23 Morocco Brown

📋 copy color: '#482E23'

red 72 ◦ green 46 ◦ blue 35

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

Shades of Morocco Brown #482E23

Tints of Morocco Brown #482E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 47.06%
G = 30.07%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482E23 (or 0x482E23) is known color: Morocco Brown. HEX triplet: 48, 2E and 23. RGB value is (72,46,35). Sum of RGB (Red+Green+Blue) = 72+46+35=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E23 is #B7D1DC. Grayscale: #343434. Windows color (decimal): -12046813 or 2305608. OLE color: 2305608.

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

Color convert

RGB 72 46 35 -
CMYK 0 0.36 0.51 0.72
HSL 17.84º 0.35% 0.21% -
HSV(B) 17.84º 0.51% 0.28% -
XYZ 3.95 3.45 2.05 -
YUV 52.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 72 46 35 0 0.36 0.51 0.72 17.84 0.35 0.21
Hex 48 2E 23 0 24 33 48 12 23 15
Octal 110 56 43 0 44 63 110 22 43 25
Binary 1001000 101110 100011 0 100100 110011 1001000 10010 100011 10101

Color Harmonies of #482E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E23

Black with #482E23

Text Example


Text Example

White with #482E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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