Html Css Color HEX #472400 Bistre

📋 copy color: '#472400'

red 71 ◦ green 36 ◦ blue 0

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

Shades of Bistre #472400

Tints of Bistre #472400

RGB

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

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

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

R = 66.36%
G = 33.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472400 (or 0x472400) is known color: Bistre. HEX triplet: 47, 24 and 00. RGB value is (71,36,0). Sum of RGB (Red+Green+Blue) = 71+36+0=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472400 is #B8DBFF. Grayscale: #2A2A2A. Windows color (decimal): -12114944 or 9287. OLE color: 9287.

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

Color convert

RGB 71 36 0 -
CMYK 0 0.49 1 0.72
HSL 30.42º 1% 0.14% -
HSV(B) 30.42º 1% 0.28% -
XYZ 3.23 2.6 0.33 -
YUV 42.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 71 36 0 0 0.49 1 0.72 30.42 1 0.14
Hex 47 24 0 0 31 64 48 1E 64 E
Octal 107 44 0 0 61 144 110 36 144 16
Binary 1000111 100100 0 0 110001 1100100 1001000 11110 1100100 1110

Color Harmonies of #472400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472400

Black with #472400

Text Example


Text Example

White with #472400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472400; }

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

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

background-color css

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

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

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

border-color css

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

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

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