Html Css Color HEX #474309 Madras

📋 copy color: '#474309'

red 71 ◦ green 67 ◦ blue 9

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

Shades of Madras #474309

Tints of Madras #474309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.58%

 BLUE value IS 9 (3.91% from 255) = 6.12%

R = 48.3%
G = 45.58%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#474309 (or 0x474309) is known color: Madras. HEX triplet: 47, 43 and 09. RGB value is (71,67,9). Sum of RGB (Red+Green+Blue) = 71+67+9=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #474309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474309 is #B8BCF6. Grayscale: #3D3D3D. Windows color (decimal): -12106999 or 607047. OLE color: 607047.

HSL color Cylindrical-coordinate representation of color #474309: hue angle of 56.13º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #474309 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 9 -
CMYK 0 0.06 0.87 0.72
HSL 56.13º 0.78% 0.16% -
HSV(B) 56.13º 0.87% 0.28% -
XYZ 4.65 5.37 1.05 -
YUV 61.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 71 67 9 0 0.06 0.87 0.72 56.13 0.78 0.16
Hex 47 43 9 0 6 57 48 38 4E 10
Octal 107 103 11 0 6 127 110 70 116 20
Binary 1000111 1000011 1001 0 110 1010111 1001000 111000 1001110 10000

Color Harmonies of #474309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474309

Black with #474309

Text Example


Text Example

White with #474309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474309; }

 p { color: rgb(71,67,9); }

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

background-color css

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

 a { background-color: rgb(71,67,9); }

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

border-color css

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

 span { border-color: rgb(71,67,9); }

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