Html Css Color HEX #402512 Bistre

📋 copy color: '#402512'

red 64 ◦ green 37 ◦ blue 18

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

Shades of Bistre #402512

Tints of Bistre #402512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 53.78%
G = 31.09%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#402512 (or 0x402512) is known color: Bistre. HEX triplet: 40, 25 and 12. RGB value is (64,37,18). Sum of RGB (Red+Green+Blue) = 64+37+18=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402512 is #BFDAED. Grayscale: #2B2B2B. Windows color (decimal): -12573422 or 1189184. OLE color: 1189184.

HSL color Cylindrical-coordinate representation of color #402512: hue angle of 24.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402512 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 18 -
CMYK 0 0.42 0.72 0.75
HSL 24.78º 0.56% 0.16% -
HSV(B) 24.78º 0.72% 0.25% -
XYZ 2.89 2.46 0.89 -
YUV 42.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 64 37 18 0 0.42 0.72 0.75 24.78 0.56 0.16
Hex 40 25 12 0 2A 48 4B 19 38 10
Octal 100 45 22 0 52 110 113 31 70 20
Binary 1000000 100101 10010 0 101010 1001000 1001011 11001 111000 10000

Color Harmonies of #402512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402512

Black with #402512

Text Example


Text Example

White with #402512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402512; }

 p { color: rgb(64,37,18); }

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

background-color css

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

 a { background-color: rgb(64,37,18); }

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

border-color css

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

 span { border-color: rgb(64,37,18); }

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