Html Css Color HEX #462D25 Morocco Brown

📋 copy color: '#462D25'

red 70 ◦ green 45 ◦ blue 37

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

Shades of Morocco Brown #462D25

Tints of Morocco Brown #462D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.61%

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

R = 46.05%
G = 29.61%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#462D25 (or 0x462D25) is known color: Morocco Brown. HEX triplet: 46, 2D and 25. RGB value is (70,45,37). Sum of RGB (Red+Green+Blue) = 70+45+37=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D25 is #B9D2DA. Grayscale: #333333. Windows color (decimal): -12178139 or 2436422. OLE color: 2436422.

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

Color convert

RGB 70 45 37 -
CMYK 0 0.36 0.47 0.73
HSL 14.55º 0.31% 0.21% -
HSV(B) 14.55º 0.47% 0.27% -
XYZ 3.8 3.31 2.19 -
YUV 51.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 70 45 37 0 0.36 0.47 0.73 14.55 0.31 0.21
Hex 46 2D 25 0 24 2F 49 F 1F 15
Octal 106 55 45 0 44 57 111 17 37 25
Binary 1000110 101101 100101 0 100100 101111 1001001 1111 11111 10101

Color Harmonies of #462D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D25

Black with #462D25

Text Example


Text Example

White with #462D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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