Html Css Color HEX #47380F Madras

📋 copy color: '#47380F'

red 71 ◦ green 56 ◦ blue 15

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

Shades of Madras #47380F

Tints of Madras #47380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 50%
G = 39.44%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47380F (or 0x47380F) is known color: Madras. HEX triplet: 47, 38 and 0F. RGB value is (71,56,15). Sum of RGB (Red+Green+Blue) = 71+56+15=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380F is #B8C7F0. Grayscale: #373737. Windows color (decimal): -12109809 or 997447. OLE color: 997447.

HSL color Cylindrical-coordinate representation of color #47380F: hue angle of 43.93º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47380F is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 15 -
CMYK 0 0.21 0.79 0.72
HSL 43.93º 0.65% 0.17% -
HSV(B) 43.93º 0.79% 0.28% -
XYZ 4.1 4.2 1.05 -
YUV 55.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 71 56 15 0 0.21 0.79 0.72 43.93 0.65 0.17
Hex 47 38 F 0 15 4F 48 2C 41 11
Octal 107 70 17 0 25 117 110 54 101 21
Binary 1000111 111000 1111 0 10101 1001111 1001000 101100 1000001 10001

Color Harmonies of #47380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47380F

Black with #47380F

Text Example


Text Example

White with #47380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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