Html Css Color HEX #482C23 Morocco Brown

📋 copy color: '#482C23'

red 72 ◦ green 44 ◦ blue 35

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

Shades of Morocco Brown #482C23

Tints of Morocco Brown #482C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 47.68%
G = 29.14%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482C23 (or 0x482C23) is known color: Morocco Brown. HEX triplet: 48, 2C and 23. RGB value is (72,44,35). Sum of RGB (Red+Green+Blue) = 72+44+35=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C23 is #B7D3DC. Grayscale: #333333. Windows color (decimal): -12047325 or 2305096. OLE color: 2305096.

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

Color convert

RGB 72 44 35 -
CMYK 0 0.39 0.51 0.72
HSL 14.59º 0.35% 0.21% -
HSV(B) 14.59º 0.51% 0.28% -
XYZ 3.88 3.3 2.02 -
YUV 51.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 72 44 35 0 0.39 0.51 0.72 14.59 0.35 0.21
Hex 48 2C 23 0 27 33 48 F 23 15
Octal 110 54 43 0 47 63 110 17 43 25
Binary 1001000 101100 100011 0 100111 110011 1001000 1111 100011 10101

Color Harmonies of #482C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C23

Black with #482C23

Text Example


Text Example

White with #482C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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