Html Css Color HEX #402712 Bistre

📋 copy color: '#402712'

red 64 ◦ green 39 ◦ blue 18

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

Shades of Bistre #402712

Tints of Bistre #402712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

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

R = 52.89%
G = 32.23%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#402712 (or 0x402712) is known color: Bistre. HEX triplet: 40, 27 and 12. RGB value is (64,39,18). Sum of RGB (Red+Green+Blue) = 64+39+18=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402712 is #BFD8ED. Grayscale: #2C2C2C. Windows color (decimal): -12572910 or 1189696. OLE color: 1189696.

HSL color Cylindrical-coordinate representation of color #402712: hue angle of 27.39º 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 #402712 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 18 -
CMYK 0 0.39 0.72 0.75
HSL 27.39º 0.56% 0.16% -
HSV(B) 27.39º 0.72% 0.25% -
XYZ 2.95 2.58 0.92 -
YUV 44.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 64 39 18 0 0.39 0.72 0.75 27.39 0.56 0.16
Hex 40 27 12 0 27 48 4B 1B 38 10
Octal 100 47 22 0 47 110 113 33 70 20
Binary 1000000 100111 10010 0 100111 1001000 1001011 11011 111000 10000

Color Harmonies of #402712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402712

Black with #402712

Text Example


Text Example

White with #402712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402712; }

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

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

background-color css

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

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

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

border-color css

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

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

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