Html Css Color HEX #402B13 Bistre

📋 copy color: '#402B13'

red 64 ◦ green 43 ◦ blue 19

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

Shades of Bistre #402B13

Tints of Bistre #402B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 50.79%
G = 34.13%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402B13 (or 0x402B13) is known color: Bistre. HEX triplet: 40, 2B and 13. RGB value is (64,43,19). Sum of RGB (Red+Green+Blue) = 64+43+19=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B13 is #BFD4EC. Grayscale: #2E2E2E. Windows color (decimal): -12571885 or 1256256. OLE color: 1256256.

HSL color Cylindrical-coordinate representation of color #402B13: hue angle of 32º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402B13 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 43 19 -
CMYK 0 0.33 0.70 0.75
HSL 32º 0.54% 0.16% -
HSV(B) 32º 0.7% 0.25% -
XYZ 3.1 2.86 1.01 -
YUV 46.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 64 43 19 0 0.33 0.70 0.75 32 0.54 0.16
Hex 40 2B 13 0 21 46 4B 20 36 10
Octal 100 53 23 0 41 106 113 40 66 20
Binary 1000000 101011 10011 0 100001 1000110 1001011 100000 110110 10000

Color Harmonies of #402B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B13

Black with #402B13

Text Example


Text Example

White with #402B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,43,19); }

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

background-color css

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

 a { background-color: rgb(64,43,19); }

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

border-color css

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

 span { border-color: rgb(64,43,19); }

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