Html Css Color HEX #4B261A Morocco Brown

📋 copy color: '#4B261A'

red 75 ◦ green 38 ◦ blue 26

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

Shades of Morocco Brown #4B261A

Tints of Morocco Brown #4B261A

RGB

 RED value IS 75 (29.69% from 255) = 53.96%

 GREEN value IS 38 (15.23% from 255) = 27.34%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 53.96%
G = 27.34%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B261A (or 0x4B261A) is known color: Morocco Brown. HEX triplet: 4B, 26 and 1A. RGB value is (75,38,26). Sum of RGB (Red+Green+Blue) = 75+38+26=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261A is #B4D9E5. Grayscale: #2F2F2F. Windows color (decimal): -11852262 or 1713739. OLE color: 1713739.

HSL color Cylindrical-coordinate representation of color #4B261A: hue angle of 14.69º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B261A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 26 -
CMYK 0 0.49 0.65 0.71
HSL 14.69º 0.49% 0.2% -
HSV(B) 14.69º 0.65% 0.29% -
XYZ 3.78 2.96 1.35 -
YUV 47.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 75 38 26 0 0.49 0.65 0.71 14.69 0.49 0.2
Hex 4B 26 1A 0 31 41 47 F 31 14
Octal 113 46 32 0 61 101 107 17 61 24
Binary 1001011 100110 11010 0 110001 1000001 1000111 1111 110001 10100

Color Harmonies of #4B261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B261A

Black with #4B261A

Text Example


Text Example

White with #4B261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B261A; }

 p { color: rgb(75,38,26); }

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

background-color css

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

 a { background-color: rgb(75,38,26); }

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

border-color css

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

 span { border-color: rgb(75,38,26); }

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