Html Css Color HEX #4B271A Morocco Brown

📋 copy color: '#4B271A'

red 75 ◦ green 39 ◦ blue 26

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

Shades of Morocco Brown #4B271A

Tints of Morocco Brown #4B271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

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

R = 53.57%
G = 27.86%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B271A (or 0x4B271A) is known color: Morocco Brown. HEX triplet: 4B, 27 and 1A. RGB value is (75,39,26). Sum of RGB (Red+Green+Blue) = 75+39+26=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B271A is #B4D8E5. Grayscale: #303030. Windows color (decimal): -11852006 or 1713995. OLE color: 1713995.

HSL color Cylindrical-coordinate representation of color #4B271A: hue angle of 15.92º 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 #4B271A is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 39 26 -
CMYK 0 0.48 0.65 0.71
HSL 15.92º 0.49% 0.2% -
HSV(B) 15.92º 0.65% 0.29% -
XYZ 3.81 3.02 1.36 -
YUV 48.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 75 39 26 0 0.48 0.65 0.71 15.92 0.49 0.2
Hex 4B 27 1A 0 30 41 47 10 31 14
Octal 113 47 32 0 60 101 107 20 61 24
Binary 1001011 100111 11010 0 110000 1000001 1000111 10000 110001 10100

Color Harmonies of #4B271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B271A

Black with #4B271A

Text Example


Text Example

White with #4B271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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