Html Css Color HEX #473E0C Madras

📋 copy color: '#473E0C'

red 71 ◦ green 62 ◦ blue 12

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

Shades of Madras #473E0C

Tints of Madras #473E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.76%

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

R = 48.97%
G = 42.76%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#473E0C (or 0x473E0C) is known color: Madras. HEX triplet: 47, 3E and 0C. RGB value is (71,62,12). Sum of RGB (Red+Green+Blue) = 71+62+12=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E0C is #B8C1F3. Grayscale: #3B3B3B. Windows color (decimal): -12108276 or 802375. OLE color: 802375.

HSL color Cylindrical-coordinate representation of color #473E0C: hue angle of 50.85º 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 #473E0C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 62 12 -
CMYK 0 0.13 0.83 0.72
HSL 50.85º 0.71% 0.16% -
HSV(B) 50.85º 0.83% 0.28% -
XYZ 4.39 4.81 1.05 -
YUV 58.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 71 62 12 0 0.13 0.83 0.72 50.85 0.71 0.16
Hex 47 3E C 0 D 53 48 33 47 10
Octal 107 76 14 0 15 123 110 63 107 20
Binary 1000111 111110 1100 0 1101 1010011 1001000 110011 1000111 10000

Color Harmonies of #473E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E0C

Black with #473E0C

Text Example


Text Example

White with #473E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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