Html Css Color HEX #472A0D Bistre

📋 copy color: '#472A0D'

red 71 ◦ green 42 ◦ blue 13

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

Shades of Bistre #472A0D

Tints of Bistre #472A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.33%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 56.35%
G = 33.33%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#472A0D (or 0x472A0D) is known color: Bistre. HEX triplet: 47, 2A and 0D. RGB value is (71,42,13). Sum of RGB (Red+Green+Blue) = 71+42+13=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0D is #B8D5F2. Grayscale: #2F2F2F. Windows color (decimal): -12113395 or 862791. OLE color: 862791.

HSL color Cylindrical-coordinate representation of color #472A0D: hue angle of 30º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472A0D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 13 -
CMYK 0 0.41 0.82 0.72
HSL 30º 0.69% 0.16% -
HSV(B) 30º 0.82% 0.28% -
XYZ 3.5 3.02 0.78 -
YUV 47.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 71 42 13 0 0.41 0.82 0.72 30 0.69 0.16
Hex 47 2A D 0 29 52 48 1E 45 10
Octal 107 52 15 0 51 122 110 36 105 20
Binary 1000111 101010 1101 0 101001 1010010 1001000 11110 1000101 10000

Color Harmonies of #472A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A0D

Black with #472A0D

Text Example


Text Example

White with #472A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A0D; }

 p { color: rgb(71,42,13); }

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

background-color css

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

 a { background-color: rgb(71,42,13); }

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

border-color css

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

 span { border-color: rgb(71,42,13); }

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