Html Css Color HEX #472402 Bistre

📋 copy color: '#472402'

red 71 ◦ green 36 ◦ blue 2

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

Shades of Bistre #472402

Tints of Bistre #472402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 65.14%
G = 33.03%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472402 (or 0x472402) is known color: Bistre. HEX triplet: 47, 24 and 02. RGB value is (71,36,2). Sum of RGB (Red+Green+Blue) = 71+36+2=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472402 is #B8DBFD. Grayscale: #2A2A2A. Windows color (decimal): -12114942 or 140359. OLE color: 140359.

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

Color convert

RGB 71 36 2 -
CMYK 0 0.49 0.97 0.72
HSL 29.57º 0.95% 0.14% -
HSV(B) 29.57º 0.97% 0.28% -
XYZ 3.24 2.61 0.39 -
YUV 42.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 71 36 2 0 0.49 0.97 0.72 29.57 0.95 0.14
Hex 47 24 2 0 31 61 48 1E 5F E
Octal 107 44 2 0 61 141 110 36 137 16
Binary 1000111 100100 10 0 110001 1100001 1001000 11110 1011111 1110

Color Harmonies of #472402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472402

Black with #472402

Text Example


Text Example

White with #472402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472402; }

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

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

background-color css

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

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

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

border-color css

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

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

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