Html Css Color HEX #472B03 Bistre

📋 copy color: '#472B03'

red 71 ◦ green 43 ◦ blue 3

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

Shades of Bistre #472B03

Tints of Bistre #472B03

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.75%

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

R = 60.68%
G = 36.75%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472B03 (or 0x472B03) is known color: Bistre. HEX triplet: 47, 2B and 03. RGB value is (71,43,3). Sum of RGB (Red+Green+Blue) = 71+43+3=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B03 is #B8D4FC. Grayscale: #2F2F2F. Windows color (decimal): -12113149 or 207687. OLE color: 207687.

HSL color Cylindrical-coordinate representation of color #472B03: hue angle of 35.29º 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 #472B03 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 3 -
CMYK 0 0.39 0.96 0.72
HSL 35.29º 0.92% 0.15% -
HSV(B) 35.29º 0.96% 0.28% -
XYZ 3.48 3.07 0.5 -
YUV 46.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 71 43 3 0 0.39 0.96 0.72 35.29 0.92 0.15
Hex 47 2B 3 0 27 60 48 23 5C F
Octal 107 53 3 0 47 140 110 43 134 17
Binary 1000111 101011 11 0 100111 1100000 1001000 100011 1011100 1111

Color Harmonies of #472B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B03

Black with #472B03

Text Example


Text Example

White with #472B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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