Html Css Color HEX #462F26 Morocco Brown

📋 copy color: '#462F26'

red 70 ◦ green 47 ◦ blue 38

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

Shades of Morocco Brown #462F26

Tints of Morocco Brown #462F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 45.16%
G = 30.32%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#462F26 (or 0x462F26) is known color: Morocco Brown. HEX triplet: 46, 2F and 26. RGB value is (70,47,38). Sum of RGB (Red+Green+Blue) = 70+47+38=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F26 is #B9D0D9. Grayscale: #343434. Windows color (decimal): -12177626 or 2502470. OLE color: 2502470.

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

Color convert

RGB 70 47 38 -
CMYK 0 0.33 0.46 0.73
HSL 16.88º 0.3% 0.21% -
HSV(B) 16.88º 0.46% 0.27% -
XYZ 3.89 3.48 2.3 -
YUV 52.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 70 47 38 0 0.33 0.46 0.73 16.88 0.3 0.21
Hex 46 2F 26 0 21 2E 49 11 1E 15
Octal 106 57 46 0 41 56 111 21 36 25
Binary 1000110 101111 100110 0 100001 101110 1001001 10001 11110 10101

Color Harmonies of #462F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F26

Black with #462F26

Text Example


Text Example

White with #462F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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