Html Css Color HEX #463025 Morocco Brown

📋 copy color: '#463025'

red 70 ◦ green 48 ◦ blue 37

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

Shades of Morocco Brown #463025

Tints of Morocco Brown #463025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 45.16%
G = 30.97%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463025 (or 0x463025) is known color: Morocco Brown. HEX triplet: 46, 30 and 25. RGB value is (70,48,37). Sum of RGB (Red+Green+Blue) = 70+48+37=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463025 is #B9CFDA. Grayscale: #353535. Windows color (decimal): -12177371 or 2437190. OLE color: 2437190.

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

Color convert

RGB 70 48 37 -
CMYK 0 0.31 0.47 0.73
HSL 20º 0.31% 0.21% -
HSV(B) 20º 0.47% 0.27% -
XYZ 3.92 3.55 2.23 -
YUV 53.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 70 48 37 0 0.31 0.47 0.73 20 0.31 0.21
Hex 46 30 25 0 1F 2F 49 14 1F 15
Octal 106 60 45 0 37 57 111 24 37 25
Binary 1000110 110000 100101 0 11111 101111 1001001 10100 11111 10101

Color Harmonies of #463025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463025

Black with #463025

Text Example


Text Example

White with #463025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463025; }

 p { color: rgb(70,48,37); }

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

background-color css

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

 a { background-color: rgb(70,48,37); }

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

border-color css

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

 span { border-color: rgb(70,48,37); }

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