Html Css Color HEX #462718 Morocco Brown

📋 copy color: '#462718'

red 70 ◦ green 39 ◦ blue 24

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

Shades of Morocco Brown #462718

Tints of Morocco Brown #462718

RGB

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

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

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

R = 52.63%
G = 29.32%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462718 (or 0x462718) is known color: Morocco Brown. HEX triplet: 46, 27 and 18. RGB value is (70,39,24). Sum of RGB (Red+Green+Blue) = 70+39+24=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462718 is #B9D8E7. Grayscale: #2E2E2E. Windows color (decimal): -12179688 or 1582918. OLE color: 1582918.

HSL color Cylindrical-coordinate representation of color #462718: hue angle of 19.57º 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 #462718 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 24 -
CMYK 0 0.44 0.66 0.73
HSL 19.57º 0.49% 0.18% -
HSV(B) 19.57º 0.66% 0.27% -
XYZ 3.42 2.82 1.23 -
YUV 46.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 70 39 24 0 0.44 0.66 0.73 19.57 0.49 0.18
Hex 46 27 18 0 2C 42 49 14 31 12
Octal 106 47 30 0 54 102 111 24 61 22
Binary 1000110 100111 11000 0 101100 1000010 1001001 10100 110001 10010

Color Harmonies of #462718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462718

Black with #462718

Text Example


Text Example

White with #462718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462718; }

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

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

background-color css

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

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

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

border-color css

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

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

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