Html Css Color HEX #4B2921 Morocco Brown

📋 copy color: '#4B2921'

red 75 ◦ green 41 ◦ blue 33

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

Shades of Morocco Brown #4B2921

Tints of Morocco Brown #4B2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 50.34%
G = 27.52%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B2921 (or 0x4B2921) is known color: Morocco Brown. HEX triplet: 4B, 29 and 21. RGB value is (75,41,33). Sum of RGB (Red+Green+Blue) = 75+41+33=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2921 is #B4D6DE. Grayscale: #323232. Windows color (decimal): -11851487 or 2173259. OLE color: 2173259.

HSL color Cylindrical-coordinate representation of color #4B2921: hue angle of 11.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2921 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 41 33 -
CMYK 0 0.45 0.56 0.71
HSL 11.43º 0.39% 0.21% -
HSV(B) 11.43º 0.56% 0.29% -
XYZ 3.97 3.19 1.85 -
YUV 50.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 75 41 33 0 0.45 0.56 0.71 11.43 0.39 0.21
Hex 4B 29 21 0 2D 38 47 B 27 15
Octal 113 51 41 0 55 70 107 13 47 25
Binary 1001011 101001 100001 0 101101 111000 1000111 1011 100111 10101

Color Harmonies of #4B2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2921

Black with #4B2921

Text Example


Text Example

White with #4B2921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,41,33); }

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

background-color css

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

 a { background-color: rgb(75,41,33); }

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

border-color css

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

 span { border-color: rgb(75,41,33); }

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