Html Css Color HEX #462B1D Morocco Brown

📋 copy color: '#462B1D'

red 70 ◦ green 43 ◦ blue 29

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

Shades of Morocco Brown #462B1D

Tints of Morocco Brown #462B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 49.3%
G = 30.28%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#462B1D (or 0x462B1D) is known color: Morocco Brown. HEX triplet: 46, 2B and 1D. RGB value is (70,43,29). Sum of RGB (Red+Green+Blue) = 70+43+29=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1D is #B9D4E2. Grayscale: #313131. Windows color (decimal): -12178659 or 1911622. OLE color: 1911622.

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

Color convert

RGB 70 43 29 -
CMYK 0 0.39 0.59 0.73
HSL 20.49º 0.41% 0.19% -
HSV(B) 20.49º 0.59% 0.27% -
XYZ 3.61 3.12 1.57 -
YUV 49.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 70 43 29 0 0.39 0.59 0.73 20.49 0.41 0.19
Hex 46 2B 1D 0 27 3B 49 14 29 13
Octal 106 53 35 0 47 73 111 24 51 23
Binary 1000110 101011 11101 0 100111 111011 1001001 10100 101001 10011

Color Harmonies of #462B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B1D

Black with #462B1D

Text Example


Text Example

White with #462B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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