Html Css Color HEX #462C25 Morocco Brown

📋 copy color: '#462C25'

red 70 ◦ green 44 ◦ blue 37

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

Shades of Morocco Brown #462C25

Tints of Morocco Brown #462C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 46.36%
G = 29.14%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#462C25 (or 0x462C25) is known color: Morocco Brown. HEX triplet: 46, 2C and 25. RGB value is (70,44,37). Sum of RGB (Red+Green+Blue) = 70+44+37=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C25 is #B9D3DA. Grayscale: #333333. Windows color (decimal): -12178395 or 2436166. OLE color: 2436166.

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

Color convert

RGB 70 44 37 -
CMYK 0 0.37 0.47 0.73
HSL 12.73º 0.31% 0.21% -
HSV(B) 12.73º 0.47% 0.27% -
XYZ 3.76 3.24 2.18 -
YUV 50.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 70 44 37 0 0.37 0.47 0.73 12.73 0.31 0.21
Hex 46 2C 25 0 25 2F 49 D 1F 15
Octal 106 54 45 0 45 57 111 15 37 25
Binary 1000110 101100 100101 0 100101 101111 1001001 1101 11111 10101

Color Harmonies of #462C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C25

Black with #462C25

Text Example


Text Example

White with #462C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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