Html Css Color HEX #462C24 Morocco Brown

📋 copy color: '#462C24'

red 70 ◦ green 44 ◦ blue 36

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

Shades of Morocco Brown #462C24

Tints of Morocco Brown #462C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.33%

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

R = 46.67%
G = 29.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#462C24 (or 0x462C24) is known color: Morocco Brown. HEX triplet: 46, 2C and 24. RGB value is (70,44,36). Sum of RGB (Red+Green+Blue) = 70+44+36=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C24 is #B9D3DB. Grayscale: #323232. Windows color (decimal): -12178396 or 2370630. OLE color: 2370630.

HSL color Cylindrical-coordinate representation of color #462C24: hue angle of 14.12º 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 #462C24 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 44 36 -
CMYK 0 0.37 0.49 0.73
HSL 14.12º 0.32% 0.21% -
HSV(B) 14.12º 0.49% 0.27% -
XYZ 3.74 3.23 2.1 -
YUV 50.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 70 44 36 0 0.37 0.49 0.73 14.12 0.32 0.21
Hex 46 2C 24 0 25 31 49 E 20 15
Octal 106 54 44 0 45 61 111 16 40 25
Binary 1000110 101100 100100 0 100101 110001 1001001 1110 100000 10101

Color Harmonies of #462C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C24

Black with #462C24

Text Example


Text Example

White with #462C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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