Html Css Color HEX #463023 Morocco Brown

📋 copy color: '#463023'

red 70 ◦ green 48 ◦ blue 35

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

Shades of Morocco Brown #463023

Tints of Morocco Brown #463023

RGB

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

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

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

R = 45.75%
G = 31.37%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#463023 (or 0x463023) is known color: Morocco Brown. HEX triplet: 46, 30 and 23. RGB value is (70,48,35). Sum of RGB (Red+Green+Blue) = 70+48+35=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463023 is #B9CFDC. Grayscale: #353535. Windows color (decimal): -12177373 or 2306118. OLE color: 2306118.

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

Color convert

RGB 70 48 35 -
CMYK 0 0.31 0.5 0.73
HSL 22.29º 0.33% 0.21% -
HSV(B) 22.29º 0.5% 0.27% -
XYZ 3.89 3.54 2.07 -
YUV 53.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 70 48 35 0 0.31 0.5 0.73 22.29 0.33 0.21
Hex 46 30 23 0 1F 32 49 16 21 15
Octal 106 60 43 0 37 62 111 26 41 25
Binary 1000110 110000 100011 0 11111 110010 1001001 10110 100001 10101

Color Harmonies of #463023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463023

Black with #463023

Text Example


Text Example

White with #463023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463023; }

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

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

background-color css

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

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

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

border-color css

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

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

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