Html Css Color HEX #47330A Mikado

📋 copy color: '#47330A'

red 71 ◦ green 51 ◦ blue 10

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

Shades of Mikado #47330A

Tints of Mikado #47330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 53.79%
G = 38.64%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47330A (or 0x47330A) is known color: Mikado. HEX triplet: 47, 33 and 0A. RGB value is (71,51,10). Sum of RGB (Red+Green+Blue) = 71+51+10=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47330A is #B8CCF5. Grayscale: #343434. Windows color (decimal): -12111094 or 668487. OLE color: 668487.

HSL color Cylindrical-coordinate representation of color #47330A: hue angle of 40.33º 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 #47330A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 51 10 -
CMYK 0 0.28 0.86 0.72
HSL 40.33º 0.75% 0.16% -
HSV(B) 40.33º 0.86% 0.28% -
XYZ 3.84 3.73 0.8 -
YUV 52.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 71 51 10 0 0.28 0.86 0.72 40.33 0.75 0.16
Hex 47 33 A 0 1C 56 48 28 4B 10
Octal 107 63 12 0 34 126 110 50 113 20
Binary 1000111 110011 1010 0 11100 1010110 1001000 101000 1001011 10000

Color Harmonies of #47330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47330A

Black with #47330A

Text Example


Text Example

White with #47330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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