Html Css Color HEX #402A19 Bistre

📋 copy color: '#402A19'

red 64 ◦ green 42 ◦ blue 25

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

Shades of Bistre #402A19

Tints of Bistre #402A19

RGB

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

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

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

R = 48.85%
G = 32.06%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#402A19 (or 0x402A19) is known color: Bistre. HEX triplet: 40, 2A and 19. RGB value is (64,42,25). Sum of RGB (Red+Green+Blue) = 64+42+25=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A19 is #BFD5E6. Grayscale: #2E2E2E. Windows color (decimal): -12572135 or 1649216. OLE color: 1649216.

HSL color Cylindrical-coordinate representation of color #402A19: hue angle of 26.15º 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 #402A19 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 42 25 -
CMYK 0 0.34 0.61 0.75
HSL 26.15º 0.44% 0.17% -
HSV(B) 26.15º 0.61% 0.25% -
XYZ 3.12 2.82 1.3 -
YUV 46.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 64 42 25 0 0.34 0.61 0.75 26.15 0.44 0.17
Hex 40 2A 19 0 22 3D 4B 1A 2C 11
Octal 100 52 31 0 42 75 113 32 54 21
Binary 1000000 101010 11001 0 100010 111101 1001011 11010 101100 10001

Color Harmonies of #402A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A19

Black with #402A19

Text Example


Text Example

White with #402A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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