Html Css Color HEX #47430A Madras

📋 copy color: '#47430A'

red 71 ◦ green 67 ◦ blue 10

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

Shades of Madras #47430A

Tints of Madras #47430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.27%

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 47.97%
G = 45.27%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47430A (or 0x47430A) is known color: Madras. HEX triplet: 47, 43 and 0A. RGB value is (71,67,10). Sum of RGB (Red+Green+Blue) = 71+67+10=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47430A is #B8BCF5. Grayscale: #3D3D3D. Windows color (decimal): -12106998 or 672583. OLE color: 672583.

HSL color Cylindrical-coordinate representation of color #47430A: hue angle of 56.07º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47430A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 10 -
CMYK 0 0.06 0.86 0.72
HSL 56.07º 0.75% 0.16% -
HSV(B) 56.07º 0.86% 0.28% -
XYZ 4.66 5.38 1.08 -
YUV 61.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 71 67 10 0 0.06 0.86 0.72 56.07 0.75 0.16
Hex 47 43 A 0 6 56 48 38 4B 10
Octal 107 103 12 0 6 126 110 70 113 20
Binary 1000111 1000011 1010 0 110 1010110 1001000 111000 1001011 10000

Color Harmonies of #47430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47430A

Black with #47430A

Text Example


Text Example

White with #47430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47430A; }

 p { color: rgb(71,67,10); }

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

background-color css

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

 a { background-color: rgb(71,67,10); }

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

border-color css

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

 span { border-color: rgb(71,67,10); }

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