Html Css Color HEX #463125 Morocco Brown

📋 copy color: '#463125'

red 70 ◦ green 49 ◦ blue 37

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

Shades of Morocco Brown #463125

Tints of Morocco Brown #463125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

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

R = 44.87%
G = 31.41%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463125 (or 0x463125) is known color: Morocco Brown. HEX triplet: 46, 31 and 25. RGB value is (70,49,37). Sum of RGB (Red+Green+Blue) = 70+49+37=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463125 is #B9CEDA. Grayscale: #353535. Windows color (decimal): -12177115 or 2437446. OLE color: 2437446.

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

Color convert

RGB 70 49 37 -
CMYK 0 0.30 0.47 0.73
HSL 21.82º 0.31% 0.21% -
HSV(B) 21.82º 0.47% 0.27% -
XYZ 3.96 3.63 2.24 -
YUV 53.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 70 49 37 0 0.30 0.47 0.73 21.82 0.31 0.21
Hex 46 31 25 0 1E 2F 49 16 1F 15
Octal 106 61 45 0 36 57 111 26 37 25
Binary 1000110 110001 100101 0 11110 101111 1001001 10110 11111 10101

Color Harmonies of #463125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463125

Black with #463125

Text Example


Text Example

White with #463125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463125; }

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

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

background-color css

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

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

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

border-color css

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

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

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