Html Css Color HEX #462B24 Morocco Brown

📋 copy color: '#462B24'

red 70 ◦ green 43 ◦ blue 36

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

Shades of Morocco Brown #462B24

Tints of Morocco Brown #462B24

RGB

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

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

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

R = 46.98%
G = 28.86%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#462B24 (or 0x462B24) is known color: Morocco Brown. HEX triplet: 46, 2B and 24. RGB value is (70,43,36). Sum of RGB (Red+Green+Blue) = 70+43+36=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B24 is #B9D4DB. Grayscale: #323232. Windows color (decimal): -12178652 or 2370374. OLE color: 2370374.

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

Color convert

RGB 70 43 36 -
CMYK 0 0.39 0.49 0.73
HSL 12.35º 0.32% 0.21% -
HSV(B) 12.35º 0.49% 0.27% -
XYZ 3.71 3.16 2.08 -
YUV 50.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 70 43 36 0 0.39 0.49 0.73 12.35 0.32 0.21
Hex 46 2B 24 0 27 31 49 C 20 15
Octal 106 53 44 0 47 61 111 14 40 25
Binary 1000110 101011 100100 0 100111 110001 1001001 1100 100000 10101

Color Harmonies of #462B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B24

Black with #462B24

Text Example


Text Example

White with #462B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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