Html Css Color HEX #462B1A Morocco Brown

📋 copy color: '#462B1A'

red 70 ◦ green 43 ◦ blue 26

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

Shades of Morocco Brown #462B1A

Tints of Morocco Brown #462B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 50.36%
G = 30.94%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#462B1A (or 0x462B1A) is known color: Morocco Brown. HEX triplet: 46, 2B and 1A. RGB value is (70,43,26). Sum of RGB (Red+Green+Blue) = 70+43+26=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1A is #B9D4E5. Grayscale: #313131. Windows color (decimal): -12178662 or 1715014. OLE color: 1715014.

HSL color Cylindrical-coordinate representation of color #462B1A: hue angle of 23.18º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462B1A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 43 26 -
CMYK 0 0.39 0.63 0.73
HSL 23.18º 0.46% 0.19% -
HSV(B) 23.18º 0.63% 0.27% -
XYZ 3.58 3.1 1.39 -
YUV 49.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 70 43 26 0 0.39 0.63 0.73 23.18 0.46 0.19
Hex 46 2B 1A 0 27 3F 49 17 2E 13
Octal 106 53 32 0 47 77 111 27 56 23
Binary 1000110 101011 11010 0 100111 111111 1001001 10111 101110 10011

Color Harmonies of #462B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B1A

Black with #462B1A

Text Example


Text Example

White with #462B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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