Html Css Color HEX #462D23 Morocco Brown

📋 copy color: '#462D23'

red 70 ◦ green 45 ◦ blue 35

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

Shades of Morocco Brown #462D23

Tints of Morocco Brown #462D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 46.67%
G = 30%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#462D23 (or 0x462D23) is known color: Morocco Brown. HEX triplet: 46, 2D and 23. RGB value is (70,45,35). Sum of RGB (Red+Green+Blue) = 70+45+35=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D23 is #B9D2DC. Grayscale: #333333. Windows color (decimal): -12178141 or 2305350. OLE color: 2305350.

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

Color convert

RGB 70 45 35 -
CMYK 0 0.36 0.5 0.73
HSL 17.14º 0.33% 0.21% -
HSV(B) 17.14º 0.5% 0.27% -
XYZ 3.77 3.3 2.03 -
YUV 51.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 70 45 35 0 0.36 0.5 0.73 17.14 0.33 0.21
Hex 46 2D 23 0 24 32 49 11 21 15
Octal 106 55 43 0 44 62 111 21 41 25
Binary 1000110 101101 100011 0 100100 110010 1001001 10001 100001 10101

Color Harmonies of #462D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D23

Black with #462D23

Text Example


Text Example

White with #462D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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