Html Css Color HEX #462D24 Morocco Brown

📋 copy color: '#462D24'

red 70 ◦ green 45 ◦ blue 36

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

Shades of Morocco Brown #462D24

Tints of Morocco Brown #462D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

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

R = 46.36%
G = 29.8%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#462D24 (or 0x462D24) is known color: Morocco Brown. HEX triplet: 46, 2D and 24. RGB value is (70,45,36). Sum of RGB (Red+Green+Blue) = 70+45+36=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D24 is #B9D2DB. Grayscale: #333333. Windows color (decimal): -12178140 or 2370886. OLE color: 2370886.

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

Color convert

RGB 70 45 36 -
CMYK 0 0.36 0.49 0.73
HSL 15.88º 0.32% 0.21% -
HSV(B) 15.88º 0.49% 0.27% -
XYZ 3.78 3.31 2.11 -
YUV 51.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 70 45 36 0 0.36 0.49 0.73 15.88 0.32 0.21
Hex 46 2D 24 0 24 31 49 10 20 15
Octal 106 55 44 0 44 61 111 20 40 25
Binary 1000110 101101 100100 0 100100 110001 1001001 10000 100000 10101

Color Harmonies of #462D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D24

Black with #462D24

Text Example


Text Example

White with #462D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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