Html Css Color HEX #472603 Bistre

📋 copy color: '#472603'

red 71 ◦ green 38 ◦ blue 3

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

Shades of Bistre #472603

Tints of Bistre #472603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 63.39%
G = 33.93%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472603 (or 0x472603) is known color: Bistre. HEX triplet: 47, 26 and 03. RGB value is (71,38,3). Sum of RGB (Red+Green+Blue) = 71+38+3=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #472603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472603 is #B8D9FC. Grayscale: #2C2C2C. Windows color (decimal): -12114429 or 206407. OLE color: 206407.

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

Color convert

RGB 71 38 3 -
CMYK 0 0.46 0.96 0.72
HSL 30.88º 0.92% 0.15% -
HSV(B) 30.88º 0.96% 0.28% -
XYZ 3.31 2.73 0.44 -
YUV 43.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 71 38 3 0 0.46 0.96 0.72 30.88 0.92 0.15
Hex 47 26 3 0 2E 60 48 1F 5C F
Octal 107 46 3 0 56 140 110 37 134 17
Binary 1000111 100110 11 0 101110 1100000 1001000 11111 1011100 1111

Color Harmonies of #472603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472603

Black with #472603

Text Example


Text Example

White with #472603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472603; }

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

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

background-color css

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

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

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

border-color css

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

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

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