Html Css Color HEX #472600 Bistre

📋 copy color: '#472600'

red 71 ◦ green 38 ◦ blue 0

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

Shades of Bistre #472600

Tints of Bistre #472600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 65.14%
G = 34.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472600 (or 0x472600) is known color: Bistre. HEX triplet: 47, 26 and 00. RGB value is (71,38,0). Sum of RGB (Red+Green+Blue) = 71+38+0=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472600 is #B8D9FF. Grayscale: #2B2B2B. Windows color (decimal): -12114432 or 9799. OLE color: 9799.

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

Color convert

RGB 71 38 0 -
CMYK 0 0.46 1 0.72
HSL 32.11º 1% 0.14% -
HSV(B) 32.11º 1% 0.28% -
XYZ 3.29 2.73 0.35 -
YUV 43.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 71 38 0 0 0.46 1 0.72 32.11 1 0.14
Hex 47 26 0 0 2E 64 48 20 64 E
Octal 107 46 0 0 56 144 110 40 144 16
Binary 1000111 100110 0 0 101110 1100100 1001000 100000 1100100 1110

Color Harmonies of #472600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472600

Black with #472600

Text Example


Text Example

White with #472600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472600; }

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

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

background-color css

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

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

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

border-color css

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

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

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