Html Css Color HEX #462F27 Morocco Brown

📋 copy color: '#462F27'

red 70 ◦ green 47 ◦ blue 39

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

Shades of Morocco Brown #462F27

Tints of Morocco Brown #462F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.13%

 BLUE value IS 39 (15.63% from 255) = 25%

R = 44.87%
G = 30.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462F27 (or 0x462F27) is known color: Morocco Brown. HEX triplet: 46, 2F and 27. RGB value is (70,47,39). Sum of RGB (Red+Green+Blue) = 70+47+39=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F27 is #B9D0D8. Grayscale: #353535. Windows color (decimal): -12177625 or 2568006. OLE color: 2568006.

HSL color Cylindrical-coordinate representation of color #462F27: hue angle of 15.48º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462F27 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 47 39 -
CMYK 0 0.33 0.44 0.73
HSL 15.48º 0.28% 0.21% -
HSV(B) 15.48º 0.44% 0.27% -
XYZ 3.91 3.48 2.39 -
YUV 52.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 70 47 39 0 0.33 0.44 0.73 15.48 0.28 0.21
Hex 46 2F 27 0 21 2C 49 F 1C 15
Octal 106 57 47 0 41 54 111 17 34 25
Binary 1000110 101111 100111 0 100001 101100 1001001 1111 11100 10101

Color Harmonies of #462F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F27

Black with #462F27

Text Example


Text Example

White with #462F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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