Html Css Color HEX #4A421B Madras

📋 copy color: '#4A421B'

red 74 ◦ green 66 ◦ blue 27

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

Shades of Madras #4A421B

Tints of Madras #4A421B

RGB

 RED value IS 74 (29.3% from 255) = 44.31%

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 44.31%
G = 39.52%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4A421B (or 0x4A421B) is known color: Madras. HEX triplet: 4A, 42 and 1B. RGB value is (74,66,27). Sum of RGB (Red+Green+Blue) = 74+66+27=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A421B is #B5BDE4. Grayscale: #404040. Windows color (decimal): -11910629 or 1786442. OLE color: 1786442.

HSL color Cylindrical-coordinate representation of color #4A421B: hue angle of 49.79º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A421B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 27 -
CMYK 0 0.11 0.64 0.71
HSL 49.79º 0.47% 0.2% -
HSV(B) 49.79º 0.64% 0.29% -
XYZ 4.97 5.43 1.82 -
YUV 63.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 74 66 27 0 0.11 0.64 0.71 49.79 0.47 0.2
Hex 4A 42 1B 0 B 40 47 32 2F 14
Octal 112 102 33 0 13 100 107 62 57 24
Binary 1001010 1000010 11011 0 1011 1000000 1000111 110010 101111 10100

Color Harmonies of #4A421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A421B

Black with #4A421B

Text Example


Text Example

White with #4A421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,27); }

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

background-color css

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

 a { background-color: rgb(74,66,27); }

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

border-color css

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

 span { border-color: rgb(74,66,27); }

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