Html Css Color HEX #402E21 Bistre

📋 copy color: '#402E21'

red 64 ◦ green 46 ◦ blue 33

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

Shades of Bistre #402E21

Tints of Bistre #402E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 44.76%
G = 32.17%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#402E21 (or 0x402E21) is known color: Bistre. HEX triplet: 40, 2E and 21. RGB value is (64,46,33). Sum of RGB (Red+Green+Blue) = 64+46+33=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E21 is #BFD1DE. Grayscale: #313131. Windows color (decimal): -12571103 or 2174528. OLE color: 2174528.

HSL color Cylindrical-coordinate representation of color #402E21: hue angle of 25.16º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402E21 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 46 33 -
CMYK 0 0.28 0.48 0.75
HSL 25.16º 0.32% 0.19% -
HSV(B) 25.16º 0.48% 0.25% -
XYZ 3.37 3.15 1.87 -
YUV 49.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 64 46 33 0 0.28 0.48 0.75 25.16 0.32 0.19
Hex 40 2E 21 0 1C 30 4B 19 20 13
Octal 100 56 41 0 34 60 113 31 40 23
Binary 1000000 101110 100001 0 11100 110000 1001011 11001 100000 10011

Color Harmonies of #402E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E21

Black with #402E21

Text Example


Text Example

White with #402E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,46,33); }

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

background-color css

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

 a { background-color: rgb(64,46,33); }

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

border-color css

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

 span { border-color: rgb(64,46,33); }

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