Html Css Color HEX #402D1F Bistre

📋 copy color: '#402D1F'

red 64 ◦ green 45 ◦ blue 31

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

Shades of Bistre #402D1F

Tints of Bistre #402D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.14%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 45.71%
G = 32.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#402D1F (or 0x402D1F) is known color: Bistre. HEX triplet: 40, 2D and 1F. RGB value is (64,45,31). Sum of RGB (Red+Green+Blue) = 64+45+31=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D1F is #BFD2E0. Grayscale: #313131. Windows color (decimal): -12571361 or 2043200. OLE color: 2043200.

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

Color convert

RGB 64 45 31 -
CMYK 0 0.30 0.52 0.75
HSL 25.45º 0.35% 0.19% -
HSV(B) 25.45º 0.52% 0.25% -
XYZ 3.3 3.07 1.71 -
YUV 49.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 64 45 31 0 0.30 0.52 0.75 25.45 0.35 0.19
Hex 40 2D 1F 0 1E 34 4B 19 23 13
Octal 100 55 37 0 36 64 113 31 43 23
Binary 1000000 101101 11111 0 11110 110100 1001011 11001 100011 10011

Color Harmonies of #402D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D1F

Black with #402D1F

Text Example


Text Example

White with #402D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,31); }

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

background-color css

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

 a { background-color: rgb(64,45,31); }

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

border-color css

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

 span { border-color: rgb(64,45,31); }

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