Html Css Color HEX #474023 Madras

📋 copy color: '#474023'

red 71 ◦ green 64 ◦ blue 35

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

Shades of Madras #474023

Tints of Madras #474023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 41.76%
G = 37.65%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#474023 (or 0x474023) is known color: Madras. HEX triplet: 47, 40 and 23. RGB value is (71,64,35). Sum of RGB (Red+Green+Blue) = 71+64+35=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #474023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474023 is #B8BFDC. Grayscale: #3E3E3E. Windows color (decimal): -12107741 or 2310215. OLE color: 2310215.

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

Color convert

RGB 71 64 35 -
CMYK 0 0.10 0.51 0.72
HSL 48.33º 0.34% 0.21% -
HSV(B) 48.33º 0.51% 0.28% -
XYZ 4.74 5.13 2.33 -
YUV 62.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 71 64 35 0 0.10 0.51 0.72 48.33 0.34 0.21
Hex 47 40 23 0 A 33 48 30 22 15
Octal 107 100 43 0 12 63 110 60 42 25
Binary 1000111 1000000 100011 0 1010 110011 1001000 110000 100010 10101

Color Harmonies of #474023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474023

Black with #474023

Text Example


Text Example

White with #474023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474023; }

 p { color: rgb(71,64,35); }

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

background-color css

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

 a { background-color: rgb(71,64,35); }

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

border-color css

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

 span { border-color: rgb(71,64,35); }

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