Html Css Color HEX #462F23 Morocco Brown

📋 copy color: '#462F23'

red 70 ◦ green 47 ◦ blue 35

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

Shades of Morocco Brown #462F23

Tints of Morocco Brown #462F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

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

R = 46.05%
G = 30.92%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#462F23 (or 0x462F23) is known color: Morocco Brown. HEX triplet: 46, 2F and 23. RGB value is (70,47,35). Sum of RGB (Red+Green+Blue) = 70+47+35=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F23 is #B9D0DC. Grayscale: #343434. Windows color (decimal): -12177629 or 2305862. OLE color: 2305862.

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

Color convert

RGB 70 47 35 -
CMYK 0 0.33 0.5 0.73
HSL 20.57º 0.33% 0.21% -
HSV(B) 20.57º 0.5% 0.27% -
XYZ 3.85 3.46 2.05 -
YUV 52.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 70 47 35 0 0.33 0.5 0.73 20.57 0.33 0.21
Hex 46 2F 23 0 21 32 49 15 21 15
Octal 106 57 43 0 41 62 111 25 41 25
Binary 1000110 101111 100011 0 100001 110010 1001001 10101 100001 10101

Color Harmonies of #462F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F23

Black with #462F23

Text Example


Text Example

White with #462F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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