Html Css Color HEX #462D20 Morocco Brown

📋 copy color: '#462D20'

red 70 ◦ green 45 ◦ blue 32

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

Shades of Morocco Brown #462D20

Tints of Morocco Brown #462D20

RGB

 RED value IS 70 (27.73% from 255) = 47.62%

 GREEN value IS 45 (17.97% from 255) = 30.61%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 47.62%
G = 30.61%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#462D20 (or 0x462D20) is known color: Morocco Brown. HEX triplet: 46, 2D and 20. RGB value is (70,45,32). Sum of RGB (Red+Green+Blue) = 70+45+32=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D20 is #B9D2DF. Grayscale: #333333. Windows color (decimal): -12178144 or 2108742. OLE color: 2108742.

HSL color Cylindrical-coordinate representation of color #462D20: hue angle of 20.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462D20 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 45 32 -
CMYK 0 0.36 0.54 0.73
HSL 20.53º 0.37% 0.2% -
HSV(B) 20.53º 0.54% 0.27% -
XYZ 3.72 3.28 1.8 -
YUV 50.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 70 45 32 0 0.36 0.54 0.73 20.53 0.37 0.2
Hex 46 2D 20 0 24 36 49 15 25 14
Octal 106 55 40 0 44 66 111 25 45 24
Binary 1000110 101101 100000 0 100100 110110 1001001 10101 100101 10100

Color Harmonies of #462D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D20

Black with #462D20

Text Example


Text Example

White with #462D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D20; }

 p { color: rgb(70,45,32); }

 H1.HeaderClassName
 {
   color: #462D20;
 }
 .AnyTagClassName
 {
   color: #462D20;
 }
</style>

background-color css

<style>
 a { background-color: #462D20; }

 a { background-color: rgb(70,45,32); }

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

border-color css

<style>
 span { border-color: #462D20; }

 span { border-color: rgb(70,45,32); }

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