Html Css Color HEX #4B4121 Madras

📋 copy color: '#4B4121'

red 75 ◦ green 65 ◦ blue 33

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

Shades of Madras #4B4121

Tints of Madras #4B4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 43.35%
G = 37.57%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B4121 (or 0x4B4121) is known color: Madras. HEX triplet: 4B, 41 and 21. RGB value is (75,65,33). Sum of RGB (Red+Green+Blue) = 75+65+33=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4121 is #B4BEDE. Grayscale: #404040. Windows color (decimal): -11845343 or 2179403. OLE color: 2179403.

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

Color convert

RGB 75 65 33 -
CMYK 0 0.13 0.56 0.71
HSL 45.71º 0.39% 0.21% -
HSV(B) 45.71º 0.56% 0.29% -
XYZ 5.07 5.39 2.21 -
YUV 64.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 75 65 33 0 0.13 0.56 0.71 45.71 0.39 0.21
Hex 4B 41 21 0 D 38 47 2E 27 15
Octal 113 101 41 0 15 70 107 56 47 25
Binary 1001011 1000001 100001 0 1101 111000 1000111 101110 100111 10101

Color Harmonies of #4B4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4121

Black with #4B4121

Text Example


Text Example

White with #4B4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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