Html Css Color HEX #482F23 Morocco Brown

📋 copy color: '#482F23'

red 72 ◦ green 47 ◦ blue 35

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

Shades of Morocco Brown #482F23

Tints of Morocco Brown #482F23

RGB

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

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

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

R = 46.75%
G = 30.52%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482F23 (or 0x482F23) is known color: Morocco Brown. HEX triplet: 48, 2F and 23. RGB value is (72,47,35). Sum of RGB (Red+Green+Blue) = 72+47+35=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F23 is #B7D0DC. Grayscale: #353535. Windows color (decimal): -12046557 or 2305864. OLE color: 2305864.

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

Color convert

RGB 72 47 35 -
CMYK 0 0.35 0.51 0.72
HSL 19.46º 0.35% 0.21% -
HSV(B) 19.46º 0.51% 0.28% -
XYZ 3.99 3.53 2.06 -
YUV 53.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 72 47 35 0 0.35 0.51 0.72 19.46 0.35 0.21
Hex 48 2F 23 0 23 33 48 13 23 15
Octal 110 57 43 0 43 63 110 23 43 25
Binary 1001000 101111 100011 0 100011 110011 1001000 10011 100011 10101

Color Harmonies of #482F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F23

Black with #482F23

Text Example


Text Example

White with #482F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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