Html Css Color HEX #472A02 Bistre

📋 copy color: '#472A02'

red 71 ◦ green 42 ◦ blue 2

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

Shades of Bistre #472A02

Tints of Bistre #472A02

RGB

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

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

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

R = 61.74%
G = 36.52%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472A02 (or 0x472A02) is known color: Bistre. HEX triplet: 47, 2A and 02. RGB value is (71,42,2). Sum of RGB (Red+Green+Blue) = 71+42+2=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A02 is #B8D5FD. Grayscale: #2E2E2E. Windows color (decimal): -12113406 or 141895. OLE color: 141895.

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

Color convert

RGB 71 42 2 -
CMYK 0 0.41 0.97 0.72
HSL 34.78º 0.95% 0.14% -
HSV(B) 34.78º 0.97% 0.28% -
XYZ 3.44 3 0.46 -
YUV 46.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 71 42 2 0 0.41 0.97 0.72 34.78 0.95 0.14
Hex 47 2A 2 0 29 61 48 23 5F E
Octal 107 52 2 0 51 141 110 43 137 16
Binary 1000111 101010 10 0 101001 1100001 1001000 100011 1011111 1110

Color Harmonies of #472A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A02

Black with #472A02

Text Example


Text Example

White with #472A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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