Html Css Color HEX #402C1B Bistre

📋 copy color: '#402C1B'

red 64 ◦ green 44 ◦ blue 27

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

Shades of Bistre #402C1B

Tints of Bistre #402C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 47.41%
G = 32.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#402C1B (or 0x402C1B) is known color: Bistre. HEX triplet: 40, 2C and 1B. RGB value is (64,44,27). Sum of RGB (Red+Green+Blue) = 64+44+27=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C1B is #BFD3E4. Grayscale: #303030. Windows color (decimal): -12571621 or 1780800. OLE color: 1780800.

HSL color Cylindrical-coordinate representation of color #402C1B: hue angle of 27.57º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402C1B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 44 27 -
CMYK 0 0.31 0.58 0.75
HSL 27.57º 0.41% 0.18% -
HSV(B) 27.57º 0.58% 0.25% -
XYZ 3.21 2.97 1.44 -
YUV 48.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 64 44 27 0 0.31 0.58 0.75 27.57 0.41 0.18
Hex 40 2C 1B 0 1F 3A 4B 1C 29 12
Octal 100 54 33 0 37 72 113 34 51 22
Binary 1000000 101100 11011 0 11111 111010 1001011 11100 101001 10010

Color Harmonies of #402C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C1B

Black with #402C1B

Text Example


Text Example

White with #402C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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