Html Css Color HEX #462D1E Morocco Brown

📋 copy color: '#462D1E'

red 70 ◦ green 45 ◦ blue 30

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

Shades of Morocco Brown #462D1E

Tints of Morocco Brown #462D1E

RGB

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

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

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

R = 48.28%
G = 31.03%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#462D1E (or 0x462D1E) is known color: Morocco Brown. HEX triplet: 46, 2D and 1E. RGB value is (70,45,30). Sum of RGB (Red+Green+Blue) = 70+45+30=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D1E is #B9D2E1. Grayscale: #323232. Windows color (decimal): -12178146 or 1977670. OLE color: 1977670.

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

Color convert

RGB 70 45 30 -
CMYK 0 0.36 0.57 0.73
HSL 22.5º 0.4% 0.2% -
HSV(B) 22.5º 0.57% 0.27% -
XYZ 3.7 3.27 1.67 -
YUV 50.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 70 45 30 0 0.36 0.57 0.73 22.5 0.4 0.2
Hex 46 2D 1E 0 24 39 49 16 28 14
Octal 106 55 36 0 44 71 111 26 50 24
Binary 1000110 101101 11110 0 100100 111001 1001001 10110 101000 10100

Color Harmonies of #462D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D1E

Black with #462D1E

Text Example


Text Example

White with #462D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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