Html Css Color HEX #472502 Bistre

📋 copy color: '#472502'

red 71 ◦ green 37 ◦ blue 2

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

Shades of Bistre #472502

Tints of Bistre #472502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

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

R = 64.55%
G = 33.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472502 (or 0x472502) is known color: Bistre. HEX triplet: 47, 25 and 02. RGB value is (71,37,2). Sum of RGB (Red+Green+Blue) = 71+37+2=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472502 is #B8DAFD. Grayscale: #2B2B2B. Windows color (decimal): -12114686 or 140615. OLE color: 140615.

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

Color convert

RGB 71 37 2 -
CMYK 0 0.48 0.97 0.72
HSL 30.43º 0.95% 0.14% -
HSV(B) 30.43º 0.97% 0.28% -
XYZ 3.27 2.67 0.4 -
YUV 43.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 71 37 2 0 0.48 0.97 0.72 30.43 0.95 0.14
Hex 47 25 2 0 30 61 48 1E 5F E
Octal 107 45 2 0 60 141 110 36 137 16
Binary 1000111 100101 10 0 110000 1100001 1001000 11110 1011111 1110

Color Harmonies of #472502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472502

Black with #472502

Text Example


Text Example

White with #472502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472502; }

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

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

background-color css

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

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

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

border-color css

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

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

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