Html Css Color HEX #472602 Bistre

📋 copy color: '#472602'

red 71 ◦ green 38 ◦ blue 2

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

Shades of Bistre #472602

Tints of Bistre #472602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.8%

R = 63.96%
G = 34.23%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472602 (or 0x472602) is known color: Bistre. HEX triplet: 47, 26 and 02. RGB value is (71,38,2). Sum of RGB (Red+Green+Blue) = 71+38+2=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472602 is #B8D9FD. Grayscale: #2B2B2B. Windows color (decimal): -12114430 or 140871. OLE color: 140871.

HSL color Cylindrical-coordinate representation of color #472602: hue angle of 31.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #472602 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 2 -
CMYK 0 0.46 0.97 0.72
HSL 31.3º 0.95% 0.14% -
HSV(B) 31.3º 0.97% 0.28% -
XYZ 3.3 2.73 0.41 -
YUV 43.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 71 38 2 0 0.46 0.97 0.72 31.3 0.95 0.14
Hex 47 26 2 0 2E 61 48 1F 5F E
Octal 107 46 2 0 56 141 110 37 137 16
Binary 1000111 100110 10 0 101110 1100001 1001000 11111 1011111 1110

Color Harmonies of #472602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472602

Black with #472602

Text Example


Text Example

White with #472602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472602; }

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

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

background-color css

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

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

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

border-color css

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

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

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