Html Css Color HEX #4B421A Madras

📋 copy color: '#4B421A'

red 75 ◦ green 66 ◦ blue 26

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

Shades of Madras #4B421A

Tints of Madras #4B421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 44.91%
G = 39.52%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B421A (or 0x4B421A) is known color: Madras. HEX triplet: 4B, 42 and 1A. RGB value is (75,66,26). Sum of RGB (Red+Green+Blue) = 75+66+26=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B421A is #B4BDE5. Grayscale: #404040. Windows color (decimal): -11845094 or 1720907. OLE color: 1720907.

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

Color convert

RGB 75 66 26 -
CMYK 0 0.12 0.65 0.71
HSL 48.98º 0.49% 0.2% -
HSV(B) 48.98º 0.65% 0.29% -
XYZ 5.04 5.47 1.77 -
YUV 64.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 75 66 26 0 0.12 0.65 0.71 48.98 0.49 0.2
Hex 4B 42 1A 0 C 41 47 31 31 14
Octal 113 102 32 0 14 101 107 61 61 24
Binary 1001011 1000010 11010 0 1100 1000001 1000111 110001 110001 10100

Color Harmonies of #4B421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B421A

Black with #4B421A

Text Example


Text Example

White with #4B421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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