Html Css Color HEX #402309 Bistre

📋 copy color: '#402309'

red 64 ◦ green 35 ◦ blue 9

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

Shades of Bistre #402309

Tints of Bistre #402309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 59.26%
G = 32.41%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402309 (or 0x402309) is known color: Bistre. HEX triplet: 40, 23 and 09. RGB value is (64,35,9). Sum of RGB (Red+Green+Blue) = 64+35+9=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402309 is #BFDCF6. Grayscale: #282828. Windows color (decimal): -12573943 or 598848. OLE color: 598848.

HSL color Cylindrical-coordinate representation of color #402309: hue angle of 28.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #402309 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 35 9 -
CMYK 0 0.45 0.86 0.75
HSL 28.36º 0.75% 0.14% -
HSV(B) 28.36º 0.86% 0.25% -
XYZ 2.76 2.31 0.56 -
YUV 40.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 64 35 9 0 0.45 0.86 0.75 28.36 0.75 0.14
Hex 40 23 9 0 2D 56 4B 1C 4B E
Octal 100 43 11 0 55 126 113 34 113 16
Binary 1000000 100011 1001 0 101101 1010110 1001011 11100 1001011 1110

Color Harmonies of #402309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402309

Black with #402309

Text Example


Text Example

White with #402309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402309; }

 p { color: rgb(64,35,9); }

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

background-color css

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

 a { background-color: rgb(64,35,9); }

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

border-color css

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

 span { border-color: rgb(64,35,9); }

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