Html Css Color HEX #462A1E Morocco Brown

📋 copy color: '#462A1E'

red 70 ◦ green 42 ◦ blue 30

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

Shades of Morocco Brown #462A1E

Tints of Morocco Brown #462A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 49.3%
G = 29.58%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#462A1E (or 0x462A1E) is known color: Morocco Brown. HEX triplet: 46, 2A and 1E. RGB value is (70,42,30). Sum of RGB (Red+Green+Blue) = 70+42+30=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A1E is #B9D5E1. Grayscale: #313131. Windows color (decimal): -12178914 or 1976902. OLE color: 1976902.

HSL color Cylindrical-coordinate representation of color #462A1E: hue angle of 18º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462A1E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 30 -
CMYK 0 0.40 0.57 0.73
HSL 18º 0.4% 0.2% -
HSV(B) 18º 0.57% 0.27% -
XYZ 3.59 3.05 1.63 -
YUV 49 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 70 42 30 0 0.40 0.57 0.73 18 0.4 0.2
Hex 46 2A 1E 0 28 39 49 12 28 14
Octal 106 52 36 0 50 71 111 22 50 24
Binary 1000110 101010 11110 0 101000 111001 1001001 10010 101000 10100

Color Harmonies of #462A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A1E

Black with #462A1E

Text Example


Text Example

White with #462A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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