Html Css Color HEX #472302 Bistre

📋 copy color: '#472302'

red 71 ◦ green 35 ◦ blue 2

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

Shades of Bistre #472302

Tints of Bistre #472302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

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

R = 65.74%
G = 32.41%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472302 (or 0x472302) is known color: Bistre. HEX triplet: 47, 23 and 02. RGB value is (71,35,2). Sum of RGB (Red+Green+Blue) = 71+35+2=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472302 is #B8DCFD. Grayscale: #2A2A2A. Windows color (decimal): -12115198 or 140103. OLE color: 140103.

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

Color convert

RGB 71 35 2 -
CMYK 0 0.51 0.97 0.72
HSL 28.7º 0.95% 0.14% -
HSV(B) 28.7º 0.97% 0.28% -
XYZ 3.21 2.55 0.38 -
YUV 42 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 71 35 2 0 0.51 0.97 0.72 28.7 0.95 0.14
Hex 47 23 2 0 33 61 48 1D 5F E
Octal 107 43 2 0 63 141 110 35 137 16
Binary 1000111 100011 10 0 110011 1100001 1001000 11101 1011111 1110

Color Harmonies of #472302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472302

Black with #472302

Text Example


Text Example

White with #472302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472302; }

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

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

background-color css

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

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

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

border-color css

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

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

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