Html Css Color HEX #482F22 Morocco Brown

📋 copy color: '#482F22'

red 72 ◦ green 47 ◦ blue 34

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

Shades of Morocco Brown #482F22

Tints of Morocco Brown #482F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.72%

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

R = 47.06%
G = 30.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482F22 (or 0x482F22) is known color: Morocco Brown. HEX triplet: 48, 2F and 22. RGB value is (72,47,34). Sum of RGB (Red+Green+Blue) = 72+47+34=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F22 is #B7D0DD. Grayscale: #353535. Windows color (decimal): -12046558 or 2240328. OLE color: 2240328.

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

Color convert

RGB 72 47 34 -
CMYK 0 0.35 0.53 0.72
HSL 20.53º 0.36% 0.21% -
HSV(B) 20.53º 0.53% 0.28% -
XYZ 3.98 3.53 1.98 -
YUV 52.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 72 47 34 0 0.35 0.53 0.72 20.53 0.36 0.21
Hex 48 2F 22 0 23 35 48 15 24 15
Octal 110 57 42 0 43 65 110 25 44 25
Binary 1001000 101111 100010 0 100011 110101 1001000 10101 100100 10101

Color Harmonies of #482F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F22

Black with #482F22

Text Example


Text Example

White with #482F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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