Html Css Color HEX #473F0C Madras

📋 copy color: '#473F0C'

red 71 ◦ green 63 ◦ blue 12

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

Shades of Madras #473F0C

Tints of Madras #473F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 43.15%

 BLUE value IS 12 (5.08% from 255) = 8.22%

R = 48.63%
G = 43.15%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#473F0C (or 0x473F0C) is known color: Madras. HEX triplet: 47, 3F and 0C. RGB value is (71,63,12). Sum of RGB (Red+Green+Blue) = 71+63+12=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F0C is #B8C0F3. Grayscale: #3B3B3B. Windows color (decimal): -12108020 or 802631. OLE color: 802631.

HSL color Cylindrical-coordinate representation of color #473F0C: hue angle of 51.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #473F0C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 12 -
CMYK 0 0.11 0.83 0.72
HSL 51.86º 0.71% 0.16% -
HSV(B) 51.86º 0.83% 0.28% -
XYZ 4.44 4.92 1.06 -
YUV 59.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 71 63 12 0 0.11 0.83 0.72 51.86 0.71 0.16
Hex 47 3F C 0 B 53 48 34 47 10
Octal 107 77 14 0 13 123 110 64 107 20
Binary 1000111 111111 1100 0 1011 1010011 1001000 110100 1000111 10000

Color Harmonies of #473F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F0C

Black with #473F0C

Text Example


Text Example

White with #473F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F0C; }

 p { color: rgb(71,63,12); }

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

background-color css

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

 a { background-color: rgb(71,63,12); }

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

border-color css

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

 span { border-color: rgb(71,63,12); }

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