Html Css Color HEX #4B2D24 Morocco Brown

📋 copy color: '#4B2D24'

red 75 ◦ green 45 ◦ blue 36

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

Shades of Morocco Brown #4B2D24

Tints of Morocco Brown #4B2D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 48.08%
G = 28.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#4B2D24 (or 0x4B2D24) is known color: Morocco Brown. HEX triplet: 4B, 2D and 24. RGB value is (75,45,36). Sum of RGB (Red+Green+Blue) = 75+45+36=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D24 is #B4D2DB. Grayscale: #353535. Windows color (decimal): -11850460 or 2370891. OLE color: 2370891.

HSL color Cylindrical-coordinate representation of color #4B2D24: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2D24 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 45 36 -
CMYK 0 0.40 0.52 0.71
HSL 13.85º 0.35% 0.22% -
HSV(B) 13.85º 0.52% 0.29% -
XYZ 4.16 3.5 2.13 -
YUV 52.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 75 45 36 0 0.40 0.52 0.71 13.85 0.35 0.22
Hex 4B 2D 24 0 28 34 47 E 23 16
Octal 113 55 44 0 50 64 107 16 43 26
Binary 1001011 101101 100100 0 101000 110100 1000111 1110 100011 10110

Color Harmonies of #4B2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2D24

Black with #4B2D24

Text Example


Text Example

White with #4B2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,45,36); }

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

background-color css

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

 a { background-color: rgb(75,45,36); }

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

border-color css

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

 span { border-color: rgb(75,45,36); }

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