Html Css Color HEX #4B4521 Madras

📋 copy color: '#4B4521'

red 75 ◦ green 69 ◦ blue 33

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

Shades of Madras #4B4521

Tints of Madras #4B4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 42.37%
G = 38.98%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B4521 (or 0x4B4521) is known color: Madras. HEX triplet: 4B, 45 and 21. RGB value is (75,69,33). Sum of RGB (Red+Green+Blue) = 75+69+33=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4521 is #B4BADE. Grayscale: #424242. Windows color (decimal): -11844319 or 2180427. OLE color: 2180427.

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

Color convert

RGB 75 69 33 -
CMYK 0 0.08 0.56 0.71
HSL 51.43º 0.39% 0.21% -
HSV(B) 51.43º 0.56% 0.29% -
XYZ 5.3 5.86 2.29 -
YUV 66.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 75 69 33 0 0.08 0.56 0.71 51.43 0.39 0.21
Hex 4B 45 21 0 8 38 47 33 27 15
Octal 113 105 41 0 10 70 107 63 47 25
Binary 1001011 1000101 100001 0 1000 111000 1000111 110011 100111 10101

Color Harmonies of #4B4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4521

Black with #4B4521

Text Example


Text Example

White with #4B4521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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