Html Css Color HEX #473F0B Madras

📋 copy color: '#473F0B'

red 71 ◦ green 63 ◦ blue 11

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

Shades of Madras #473F0B

Tints of Madras #473F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 48.97%
G = 43.45%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#473F0B (or 0x473F0B) is known color: Madras. HEX triplet: 47, 3F and 0B. RGB value is (71,63,11). Sum of RGB (Red+Green+Blue) = 71+63+11=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F0B is #B8C0F4. Grayscale: #3B3B3B. Windows color (decimal): -12108021 or 737095. OLE color: 737095.

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

Color convert

RGB 71 63 11 -
CMYK 0 0.11 0.85 0.72
HSL 52º 0.73% 0.16% -
HSV(B) 52º 0.85% 0.28% -
XYZ 4.44 4.92 1.03 -
YUV 59.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 71 63 11 0 0.11 0.85 0.72 52 0.73 0.16
Hex 47 3F B 0 B 55 48 34 49 10
Octal 107 77 13 0 13 125 110 64 111 20
Binary 1000111 111111 1011 0 1011 1010101 1001000 110100 1001001 10000

Color Harmonies of #473F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F0B

Black with #473F0B

Text Example


Text Example

White with #473F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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