Html Css Color HEX #463024 Morocco Brown

📋 copy color: '#463024'

red 70 ◦ green 48 ◦ blue 36

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

Shades of Morocco Brown #463024

Tints of Morocco Brown #463024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 45.45%
G = 31.17%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#463024 (or 0x463024) is known color: Morocco Brown. HEX triplet: 46, 30 and 24. RGB value is (70,48,36). Sum of RGB (Red+Green+Blue) = 70+48+36=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463024 is #B9CFDB. Grayscale: #353535. Windows color (decimal): -12177372 or 2371654. OLE color: 2371654.

HSL color Cylindrical-coordinate representation of color #463024: hue angle of 21.18º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463024 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 48 36 -
CMYK 0 0.31 0.49 0.73
HSL 21.18º 0.32% 0.21% -
HSV(B) 21.18º 0.49% 0.27% -
XYZ 3.9 3.54 2.15 -
YUV 53.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 70 48 36 0 0.31 0.49 0.73 21.18 0.32 0.21
Hex 46 30 24 0 1F 31 49 15 20 15
Octal 106 60 44 0 37 61 111 25 40 25
Binary 1000110 110000 100100 0 11111 110001 1001001 10101 100000 10101

Color Harmonies of #463024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463024

Black with #463024

Text Example


Text Example

White with #463024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463024; }

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

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

background-color css

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

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

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

border-color css

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

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

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