Html Css Color HEX #4B261B Morocco Brown

📋 copy color: '#4B261B'

red 75 ◦ green 38 ◦ blue 27

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

Shades of Morocco Brown #4B261B

Tints of Morocco Brown #4B261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 53.57%
G = 27.14%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B261B (or 0x4B261B) is known color: Morocco Brown. HEX triplet: 4B, 26 and 1B. RGB value is (75,38,27). Sum of RGB (Red+Green+Blue) = 75+38+27=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261B is #B4D9E4. Grayscale: #2F2F2F. Windows color (decimal): -11852261 or 1779275. OLE color: 1779275.

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

Color convert

RGB 75 38 27 -
CMYK 0 0.49 0.64 0.71
HSL 13.75º 0.47% 0.2% -
HSV(B) 13.75º 0.64% 0.29% -
XYZ 3.79 2.96 1.41 -
YUV 47.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 75 38 27 0 0.49 0.64 0.71 13.75 0.47 0.2
Hex 4B 26 1B 0 31 40 47 E 2F 14
Octal 113 46 33 0 61 100 107 16 57 24
Binary 1001011 100110 11011 0 110001 1000000 1000111 1110 101111 10100

Color Harmonies of #4B261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B261B

Black with #4B261B

Text Example


Text Example

White with #4B261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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