Html Css Color HEX #474122 Madras

📋 copy color: '#474122'

red 71 ◦ green 65 ◦ blue 34

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

Shades of Madras #474122

Tints of Madras #474122

RGB

 RED value IS 71 (28.13% from 255) = 41.76%

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

 BLUE value IS 34 (13.67% from 255) = 20%

R = 41.76%
G = 38.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#474122 (or 0x474122) is known color: Madras. HEX triplet: 47, 41 and 22. RGB value is (71,65,34). Sum of RGB (Red+Green+Blue) = 71+65+34=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #474122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474122 is #B8BEDD. Grayscale: #3F3F3F. Windows color (decimal): -12107486 or 2244935. OLE color: 2244935.

HSL color Cylindrical-coordinate representation of color #474122: hue angle of 50.27º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474122 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 34 -
CMYK 0 0.08 0.52 0.72
HSL 50.27º 0.35% 0.21% -
HSV(B) 50.27º 0.52% 0.28% -
XYZ 4.78 5.24 2.27 -
YUV 63.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 71 65 34 0 0.08 0.52 0.72 50.27 0.35 0.21
Hex 47 41 22 0 8 34 48 32 23 15
Octal 107 101 42 0 10 64 110 62 43 25
Binary 1000111 1000001 100010 0 1000 110100 1001000 110010 100011 10101

Color Harmonies of #474122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474122

Black with #474122

Text Example


Text Example

White with #474122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474122; }

 p { color: rgb(71,65,34); }

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

background-color css

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

 a { background-color: rgb(71,65,34); }

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

border-color css

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

 span { border-color: rgb(71,65,34); }

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