Html Css Color HEX #462715 Morocco Brown

📋 copy color: '#462715'

red 70 ◦ green 39 ◦ blue 21

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

Shades of Morocco Brown #462715

Tints of Morocco Brown #462715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 53.85%
G = 30%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#462715 (or 0x462715) is known color: Morocco Brown. HEX triplet: 46, 27 and 15. RGB value is (70,39,21). Sum of RGB (Red+Green+Blue) = 70+39+21=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462715 is #B9D8EA. Grayscale: #2E2E2E. Windows color (decimal): -12179691 or 1386310. OLE color: 1386310.

HSL color Cylindrical-coordinate representation of color #462715: hue angle of 22.04º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462715 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 21 -
CMYK 0 0.44 0.70 0.73
HSL 22.04º 0.54% 0.18% -
HSV(B) 22.04º 0.7% 0.27% -
XYZ 3.39 2.81 1.07 -
YUV 46.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 70 39 21 0 0.44 0.70 0.73 22.04 0.54 0.18
Hex 46 27 15 0 2C 46 49 16 36 12
Octal 106 47 25 0 54 106 111 26 66 22
Binary 1000110 100111 10101 0 101100 1000110 1001001 10110 110110 10010

Color Harmonies of #462715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462715

Black with #462715

Text Example


Text Example

White with #462715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462715; }

 p { color: rgb(70,39,21); }

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

background-color css

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

 a { background-color: rgb(70,39,21); }

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

border-color css

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

 span { border-color: rgb(70,39,21); }

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