Html Css Color HEX #472300 Bistre

📋 copy color: '#472300'

red 71 ◦ green 35 ◦ blue 0

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

Shades of Bistre #472300

Tints of Bistre #472300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.98%
G = 33.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472300 (or 0x472300) is known color: Bistre. HEX triplet: 47, 23 and 00. RGB value is (71,35,0). Sum of RGB (Red+Green+Blue) = 71+35+0=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472300 is #B8DCFF. Grayscale: #292929. Windows color (decimal): -12115200 or 9031. OLE color: 9031.

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

Color convert

RGB 71 35 0 -
CMYK 0 0.51 1 0.72
HSL 29.58º 1% 0.14% -
HSV(B) 29.58º 1% 0.28% -
XYZ 3.2 2.54 0.32 -
YUV 41.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 71 35 0 0 0.51 1 0.72 29.58 1 0.14
Hex 47 23 0 0 33 64 48 1E 64 E
Octal 107 43 0 0 63 144 110 36 144 16
Binary 1000111 100011 0 0 110011 1100100 1001000 11110 1100100 1110

Color Harmonies of #472300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472300

Black with #472300

Text Example


Text Example

White with #472300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472300; }

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

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

background-color css

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

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

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

border-color css

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

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

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