Html Css Color HEX #482B22 Morocco Brown

📋 copy color: '#482B22'

red 72 ◦ green 43 ◦ blue 34

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

Shades of Morocco Brown #482B22

Tints of Morocco Brown #482B22

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 48.32%
G = 28.86%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482B22 (or 0x482B22) is known color: Morocco Brown. HEX triplet: 48, 2B and 22. RGB value is (72,43,34). Sum of RGB (Red+Green+Blue) = 72+43+34=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B22 is #B7D4DD. Grayscale: #323232. Windows color (decimal): -12047582 or 2239304. OLE color: 2239304.

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

Color convert

RGB 72 43 34 -
CMYK 0 0.40 0.53 0.72
HSL 14.21º 0.36% 0.21% -
HSV(B) 14.21º 0.53% 0.28% -
XYZ 3.83 3.22 1.93 -
YUV 50.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 72 43 34 0 0.40 0.53 0.72 14.21 0.36 0.21
Hex 48 2B 22 0 28 35 48 E 24 15
Octal 110 53 42 0 50 65 110 16 44 25
Binary 1001000 101011 100010 0 101000 110101 1001000 1110 100100 10101

Color Harmonies of #482B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B22

Black with #482B22

Text Example


Text Example

White with #482B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,34); }

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

background-color css

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

 a { background-color: rgb(72,43,34); }

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

border-color css

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

 span { border-color: rgb(72,43,34); }

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