Html Css Color HEX #462C19 Morocco Brown

📋 copy color: '#462C19'

red 70 ◦ green 44 ◦ blue 25

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

Shades of Morocco Brown #462C19

Tints of Morocco Brown #462C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.65%

 BLUE value IS 25 (10.16% from 255) = 17.99%

R = 50.36%
G = 31.65%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462C19 (or 0x462C19) is known color: Morocco Brown. HEX triplet: 46, 2C and 19. RGB value is (70,44,25). Sum of RGB (Red+Green+Blue) = 70+44+25=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C19 is #B9D3E6. Grayscale: #313131. Windows color (decimal): -12178407 or 1649734. OLE color: 1649734.

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

Color convert

RGB 70 44 25 -
CMYK 0 0.37 0.64 0.73
HSL 25.33º 0.47% 0.19% -
HSV(B) 25.33º 0.64% 0.27% -
XYZ 3.6 3.17 1.34 -
YUV 49.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 70 44 25 0 0.37 0.64 0.73 25.33 0.47 0.19
Hex 46 2C 19 0 25 40 49 19 2F 13
Octal 106 54 31 0 45 100 111 31 57 23
Binary 1000110 101100 11001 0 100101 1000000 1001001 11001 101111 10011

Color Harmonies of #462C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C19

Black with #462C19

Text Example


Text Example

White with #462C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,44,25); }

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

background-color css

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

 a { background-color: rgb(70,44,25); }

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

border-color css

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

 span { border-color: rgb(70,44,25); }

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