Html Css Color HEX #482C1A Morocco Brown

📋 copy color: '#482C1A'

red 72 ◦ green 44 ◦ blue 26

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

Shades of Morocco Brown #482C1A

Tints of Morocco Brown #482C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 50.7%
G = 30.99%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#482C1A (or 0x482C1A) is known color: Morocco Brown. HEX triplet: 48, 2C and 1A. RGB value is (72,44,26). Sum of RGB (Red+Green+Blue) = 72+44+26=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C1A is #B7D3E5. Grayscale: #323232. Windows color (decimal): -12047334 or 1715272. OLE color: 1715272.

HSL color Cylindrical-coordinate representation of color #482C1A: hue angle of 23.48º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482C1A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 26 -
CMYK 0 0.39 0.64 0.72
HSL 23.48º 0.47% 0.19% -
HSV(B) 23.48º 0.64% 0.28% -
XYZ 3.76 3.25 1.41 -
YUV 50.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 72 44 26 0 0.39 0.64 0.72 23.48 0.47 0.19
Hex 48 2C 1A 0 27 40 48 17 2F 13
Octal 110 54 32 0 47 100 110 27 57 23
Binary 1001000 101100 11010 0 100111 1000000 1001000 10111 101111 10011

Color Harmonies of #482C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C1A

Black with #482C1A

Text Example


Text Example

White with #482C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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