Html Css Color HEX #462A1C Morocco Brown

📋 copy color: '#462A1C'

red 70 ◦ green 42 ◦ blue 28

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

Shades of Morocco Brown #462A1C

Tints of Morocco Brown #462A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#462A1C (or 0x462A1C) is known color: Morocco Brown. HEX triplet: 46, 2A and 1C. RGB value is (70,42,28). Sum of RGB (Red+Green+Blue) = 70+42+28=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A1C is #B9D5E3. Grayscale: #303030. Windows color (decimal): -12178916 or 1845830. OLE color: 1845830.

HSL color Cylindrical-coordinate representation of color #462A1C: hue angle of 20º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462A1C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 28 -
CMYK 0 0.40 0.60 0.73
HSL 20º 0.43% 0.19% -
HSV(B) 20º 0.6% 0.27% -
XYZ 3.56 3.04 1.5 -
YUV 48.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 70 42 28 0 0.40 0.60 0.73 20 0.43 0.19
Hex 46 2A 1C 0 28 3C 49 14 2B 13
Octal 106 52 34 0 50 74 111 24 53 23
Binary 1000110 101010 11100 0 101000 111100 1001001 10100 101011 10011

Color Harmonies of #462A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A1C

Black with #462A1C

Text Example


Text Example

White with #462A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,42,28); }

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

background-color css

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

 a { background-color: rgb(70,42,28); }

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

border-color css

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

 span { border-color: rgb(70,42,28); }

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