Html Css Color HEX #462E22 Morocco Brown

📋 copy color: '#462E22'

red 70 ◦ green 46 ◦ blue 34

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

Shades of Morocco Brown #462E22

Tints of Morocco Brown #462E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.67%

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

R = 46.67%
G = 30.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#462E22 (or 0x462E22) is known color: Morocco Brown. HEX triplet: 46, 2E and 22. RGB value is (70,46,34). Sum of RGB (Red+Green+Blue) = 70+46+34=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E22 is #B9D1DD. Grayscale: #333333. Windows color (decimal): -12177886 or 2240070. OLE color: 2240070.

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

Color convert

RGB 70 46 34 -
CMYK 0 0.34 0.51 0.73
HSL 20º 0.35% 0.2% -
HSV(B) 20º 0.51% 0.27% -
XYZ 3.79 3.37 1.96 -
YUV 51.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 70 46 34 0 0.34 0.51 0.73 20 0.35 0.2
Hex 46 2E 22 0 22 33 49 14 23 14
Octal 106 56 42 0 42 63 111 24 43 24
Binary 1000110 101110 100010 0 100010 110011 1001001 10100 100011 10100

Color Harmonies of #462E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E22

Black with #462E22

Text Example


Text Example

White with #462E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,34); }

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

background-color css

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

 a { background-color: rgb(70,46,34); }

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

border-color css

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

 span { border-color: rgb(70,46,34); }

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