Html Css Color HEX #402B19 Bistre

📋 copy color: '#402B19'

red 64 ◦ green 43 ◦ blue 25

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

Shades of Bistre #402B19

Tints of Bistre #402B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 48.48%
G = 32.58%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#402B19 (or 0x402B19) is known color: Bistre. HEX triplet: 40, 2B and 19. RGB value is (64,43,25). Sum of RGB (Red+Green+Blue) = 64+43+25=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B19 is #BFD4E6. Grayscale: #2F2F2F. Windows color (decimal): -12571879 or 1649472. OLE color: 1649472.

HSL color Cylindrical-coordinate representation of color #402B19: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402B19 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 43 25 -
CMYK 0 0.33 0.61 0.75
HSL 27.69º 0.44% 0.17% -
HSV(B) 27.69º 0.61% 0.25% -
XYZ 3.15 2.89 1.31 -
YUV 47.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 64 43 25 0 0.33 0.61 0.75 27.69 0.44 0.17
Hex 40 2B 19 0 21 3D 4B 1C 2C 11
Octal 100 53 31 0 41 75 113 34 54 21
Binary 1000000 101011 11001 0 100001 111101 1001011 11100 101100 10001

Color Harmonies of #402B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B19

Black with #402B19

Text Example


Text Example

White with #402B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,43,25); }

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

background-color css

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

 a { background-color: rgb(64,43,25); }

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

border-color css

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

 span { border-color: rgb(64,43,25); }

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