Html Css Color HEX #473801 Madras

📋 copy color: '#473801'

red 71 ◦ green 56 ◦ blue 1

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

Shades of Madras #473801

Tints of Madras #473801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 55.47%
G = 43.75%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473801 (or 0x473801) is known color: Madras. HEX triplet: 47, 38 and 01. RGB value is (71,56,1). Sum of RGB (Red+Green+Blue) = 71+56+1=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473801 is #B8C7FE. Grayscale: #363636. Windows color (decimal): -12109823 or 79943. OLE color: 79943.

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

Color convert

RGB 71 56 1 -
CMYK 0 0.21 0.99 0.72
HSL 47.14º 0.97% 0.14% -
HSV(B) 47.14º 0.99% 0.28% -
XYZ 4.02 4.17 0.62 -
YUV 54.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 71 56 1 0 0.21 0.99 0.72 47.14 0.97 0.14
Hex 47 38 1 0 15 63 48 2F 61 E
Octal 107 70 1 0 25 143 110 57 141 16
Binary 1000111 111000 1 0 10101 1100011 1001000 101111 1100001 1110

Color Harmonies of #473801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473801

Black with #473801

Text Example


Text Example

White with #473801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473801; }

 p { color: rgb(71,56,1); }

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

background-color css

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

 a { background-color: rgb(71,56,1); }

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

border-color css

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

 span { border-color: rgb(71,56,1); }

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