Html Css Color HEX #462D26 Morocco Brown

📋 copy color: '#462D26'

red 70 ◦ green 45 ◦ blue 38

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

Shades of Morocco Brown #462D26

Tints of Morocco Brown #462D26

RGB

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

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

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

R = 45.75%
G = 29.41%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#462D26 (or 0x462D26) is known color: Morocco Brown. HEX triplet: 46, 2D and 26. RGB value is (70,45,38). Sum of RGB (Red+Green+Blue) = 70+45+38=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D26 is #B9D2D9. Grayscale: #333333. Windows color (decimal): -12178138 or 2501958. OLE color: 2501958.

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

Color convert

RGB 70 45 38 -
CMYK 0 0.36 0.46 0.73
HSL 13.13º 0.3% 0.21% -
HSV(B) 13.13º 0.46% 0.27% -
XYZ 3.81 3.32 2.27 -
YUV 51.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 70 45 38 0 0.36 0.46 0.73 13.13 0.3 0.21
Hex 46 2D 26 0 24 2E 49 D 1E 15
Octal 106 55 46 0 44 56 111 15 36 25
Binary 1000110 101101 100110 0 100100 101110 1001001 1101 11110 10101

Color Harmonies of #462D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D26

Black with #462D26

Text Example


Text Example

White with #462D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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