Html Css Color HEX #402C20 Bistre

📋 copy color: '#402C20'

red 64 ◦ green 44 ◦ blue 32

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

Shades of Bistre #402C20

Tints of Bistre #402C20

RGB

 RED value IS 64 (25.39% from 255) = 45.71%

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 45.71%
G = 31.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#402C20 (or 0x402C20) is known color: Bistre. HEX triplet: 40, 2C and 20. RGB value is (64,44,32). Sum of RGB (Red+Green+Blue) = 64+44+32=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C20 is #BFD3DF. Grayscale: #303030. Windows color (decimal): -12571616 or 2108480. OLE color: 2108480.

HSL color Cylindrical-coordinate representation of color #402C20: hue angle of 22.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402C20 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 44 32 -
CMYK 0 0.31 0.50 0.75
HSL 22.5º 0.33% 0.19% -
HSV(B) 22.5º 0.5% 0.25% -
XYZ 3.28 3 1.77 -
YUV 48.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 64 44 32 0 0.31 0.50 0.75 22.5 0.33 0.19
Hex 40 2C 20 0 1F 32 4B 16 21 13
Octal 100 54 40 0 37 62 113 26 41 23
Binary 1000000 101100 100000 0 11111 110010 1001011 10110 100001 10011

Color Harmonies of #402C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C20

Black with #402C20

Text Example


Text Example

White with #402C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C20; }

 p { color: rgb(64,44,32); }

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

background-color css

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

 a { background-color: rgb(64,44,32); }

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

border-color css

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

 span { border-color: rgb(64,44,32); }

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