Html Css Color HEX #462820 Morocco Brown

📋 copy color: '#462820'

red 70 ◦ green 40 ◦ blue 32

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

Shades of Morocco Brown #462820

Tints of Morocco Brown #462820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.17%

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

R = 49.3%
G = 28.17%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#462820 (or 0x462820) is known color: Morocco Brown. HEX triplet: 46, 28 and 20. RGB value is (70,40,32). Sum of RGB (Red+Green+Blue) = 70+40+32=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462820 is #B9D7DF. Grayscale: #303030. Windows color (decimal): -12179424 or 2107462. OLE color: 2107462.

HSL color Cylindrical-coordinate representation of color #462820: hue angle of 12.63º 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 #462820 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 32 -
CMYK 0 0.43 0.54 0.73
HSL 12.63º 0.37% 0.2% -
HSV(B) 12.63º 0.54% 0.27% -
XYZ 3.55 2.92 1.74 -
YUV 48.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 70 40 32 0 0.43 0.54 0.73 12.63 0.37 0.2
Hex 46 28 20 0 2B 36 49 D 25 14
Octal 106 50 40 0 53 66 111 15 45 24
Binary 1000110 101000 100000 0 101011 110110 1001001 1101 100101 10100

Color Harmonies of #462820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462820

Black with #462820

Text Example


Text Example

White with #462820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462820; }

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

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

background-color css

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

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

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

border-color css

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

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

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