Html Css Color HEX #47330B Mikado

📋 copy color: '#47330B'

red 71 ◦ green 51 ◦ blue 11

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

Shades of Mikado #47330B

Tints of Mikado #47330B

RGB

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

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

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

R = 53.38%
G = 38.35%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47330B (or 0x47330B) is known color: Mikado. HEX triplet: 47, 33 and 0B. RGB value is (71,51,11). Sum of RGB (Red+Green+Blue) = 71+51+11=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47330B is #B8CCF4. Grayscale: #343434. Windows color (decimal): -12111093 or 734023. OLE color: 734023.

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

Color convert

RGB 71 51 11 -
CMYK 0 0.28 0.85 0.72
HSL 40º 0.73% 0.16% -
HSV(B) 40º 0.85% 0.28% -
XYZ 3.84 3.73 0.83 -
YUV 52.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 71 51 11 0 0.28 0.85 0.72 40 0.73 0.16
Hex 47 33 B 0 1C 55 48 28 49 10
Octal 107 63 13 0 34 125 110 50 111 20
Binary 1000111 110011 1011 0 11100 1010101 1001000 101000 1001001 10000

Color Harmonies of #47330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47330B

Black with #47330B

Text Example


Text Example

White with #47330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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