Html Css Color HEX #462B21 Morocco Brown

📋 copy color: '#462B21'

red 70 ◦ green 43 ◦ blue 33

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

Shades of Morocco Brown #462B21

Tints of Morocco Brown #462B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 47.95%
G = 29.45%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#462B21 (or 0x462B21) is known color: Morocco Brown. HEX triplet: 46, 2B and 21. RGB value is (70,43,33). Sum of RGB (Red+Green+Blue) = 70+43+33=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B21 is #B9D4DE. Grayscale: #323232. Windows color (decimal): -12178655 or 2173766. OLE color: 2173766.

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

Color convert

RGB 70 43 33 -
CMYK 0 0.39 0.53 0.73
HSL 16.22º 0.36% 0.2% -
HSV(B) 16.22º 0.53% 0.27% -
XYZ 3.66 3.14 1.85 -
YUV 49.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 70 43 33 0 0.39 0.53 0.73 16.22 0.36 0.2
Hex 46 2B 21 0 27 35 49 10 24 14
Octal 106 53 41 0 47 65 111 20 44 24
Binary 1000110 101011 100001 0 100111 110101 1001001 10000 100100 10100

Color Harmonies of #462B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B21

Black with #462B21

Text Example


Text Example

White with #462B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,33); }

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

background-color css

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

 a { background-color: rgb(70,43,33); }

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

border-color css

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

 span { border-color: rgb(70,43,33); }

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