Html Css Color HEX #462918 Morocco Brown

📋 copy color: '#462918'

red 70 ◦ green 41 ◦ blue 24

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

Shades of Morocco Brown #462918

Tints of Morocco Brown #462918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 51.85%
G = 30.37%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462918 (or 0x462918) is known color: Morocco Brown. HEX triplet: 46, 29 and 18. RGB value is (70,41,24). Sum of RGB (Red+Green+Blue) = 70+41+24=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462918 is #B9D6E7. Grayscale: #2F2F2F. Windows color (decimal): -12179176 or 1583430. OLE color: 1583430.

HSL color Cylindrical-coordinate representation of color #462918: hue angle of 22.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462918 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 41 24 -
CMYK 0 0.41 0.66 0.73
HSL 22.17º 0.49% 0.18% -
HSV(B) 22.17º 0.66% 0.27% -
XYZ 3.48 2.95 1.25 -
YUV 47.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 70 41 24 0 0.41 0.66 0.73 22.17 0.49 0.18
Hex 46 29 18 0 29 42 49 16 31 12
Octal 106 51 30 0 51 102 111 26 61 22
Binary 1000110 101001 11000 0 101001 1000010 1001001 10110 110001 10010

Color Harmonies of #462918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462918

Black with #462918

Text Example


Text Example

White with #462918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462918; }

 p { color: rgb(70,41,24); }

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

background-color css

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

 a { background-color: rgb(70,41,24); }

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

border-color css

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

 span { border-color: rgb(70,41,24); }

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