Html Css Color HEX #472F03 Mikado

📋 copy color: '#472F03'

red 71 ◦ green 47 ◦ blue 3

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

Shades of Mikado #472F03

Tints of Mikado #472F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 58.68%
G = 38.84%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472F03 (or 0x472F03) is known color: Mikado. HEX triplet: 47, 2F and 03. RGB value is (71,47,3). Sum of RGB (Red+Green+Blue) = 71+47+3=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F03 is #B8D0FC. Grayscale: #313131. Windows color (decimal): -12112125 or 208711. OLE color: 208711.

HSL color Cylindrical-coordinate representation of color #472F03: hue angle of 38.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #472F03 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 3 -
CMYK 0 0.34 0.96 0.72
HSL 38.82º 0.92% 0.15% -
HSV(B) 38.82º 0.96% 0.28% -
XYZ 3.63 3.38 0.55 -
YUV 49.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 71 47 3 0 0.34 0.96 0.72 38.82 0.92 0.15
Hex 47 2F 3 0 22 60 48 27 5C F
Octal 107 57 3 0 42 140 110 47 134 17
Binary 1000111 101111 11 0 100010 1100000 1001000 100111 1011100 1111

Color Harmonies of #472F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F03

Black with #472F03

Text Example


Text Example

White with #472F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F03; }

 p { color: rgb(71,47,3); }

 H1.HeaderClassName
 {
   color: #472F03;
 }
 .AnyTagClassName
 {
   color: #472F03;
 }
</style>

background-color css

<style>
 a { background-color: #472F03; }

 a { background-color: rgb(71,47,3); }

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

border-color css

<style>
 span { border-color: #472F03; }

 span { border-color: rgb(71,47,3); }

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