Html Css Color HEX #402615 Bistre

📋 copy color: '#402615'

red 64 ◦ green 38 ◦ blue 21

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

Shades of Bistre #402615

Tints of Bistre #402615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 52.03%
G = 30.89%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#402615 (or 0x402615) is known color: Bistre. HEX triplet: 40, 26 and 15. RGB value is (64,38,21). Sum of RGB (Red+Green+Blue) = 64+38+21=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402615 is #BFD9EA. Grayscale: #2B2B2B. Windows color (decimal): -12573163 or 1386048. OLE color: 1386048.

HSL color Cylindrical-coordinate representation of color #402615: hue angle of 23.72º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402615 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 38 21 -
CMYK 0 0.41 0.67 0.75
HSL 23.72º 0.51% 0.17% -
HSV(B) 23.72º 0.67% 0.25% -
XYZ 2.94 2.53 1.04 -
YUV 43.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 64 38 21 0 0.41 0.67 0.75 23.72 0.51 0.17
Hex 40 26 15 0 29 43 4B 18 33 11
Octal 100 46 25 0 51 103 113 30 63 21
Binary 1000000 100110 10101 0 101001 1000011 1001011 11000 110011 10001

Color Harmonies of #402615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402615

Black with #402615

Text Example


Text Example

White with #402615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402615; }

 p { color: rgb(64,38,21); }

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

background-color css

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

 a { background-color: rgb(64,38,21); }

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

border-color css

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

 span { border-color: rgb(64,38,21); }

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