Html Css Color HEX #463022 Morocco Brown

📋 copy color: '#463022'

red 70 ◦ green 48 ◦ blue 34

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

Shades of Morocco Brown #463022

Tints of Morocco Brown #463022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

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

R = 46.05%
G = 31.58%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463022 (or 0x463022) is known color: Morocco Brown. HEX triplet: 46, 30 and 22. RGB value is (70,48,34). Sum of RGB (Red+Green+Blue) = 70+48+34=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463022 is #B9CFDD. Grayscale: #353535. Windows color (decimal): -12177374 or 2240582. OLE color: 2240582.

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

Color convert

RGB 70 48 34 -
CMYK 0 0.31 0.51 0.73
HSL 23.33º 0.35% 0.2% -
HSV(B) 23.33º 0.51% 0.27% -
XYZ 3.87 3.53 1.99 -
YUV 52.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 70 48 34 0 0.31 0.51 0.73 23.33 0.35 0.2
Hex 46 30 22 0 1F 33 49 17 23 14
Octal 106 60 42 0 37 63 111 27 43 24
Binary 1000110 110000 100010 0 11111 110011 1001001 10111 100011 10100

Color Harmonies of #463022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463022

Black with #463022

Text Example


Text Example

White with #463022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463022; }

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

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

background-color css

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

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

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

border-color css

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

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

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