Html Css Color HEX #402914 Bistre

📋 copy color: '#402914'

red 64 ◦ green 41 ◦ blue 20

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

Shades of Bistre #402914

Tints of Bistre #402914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 51.2%
G = 32.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#402914 (or 0x402914) is known color: Bistre. HEX triplet: 40, 29 and 14. RGB value is (64,41,20). Sum of RGB (Red+Green+Blue) = 64+41+20=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402914 is #BFD6EB. Grayscale: #2D2D2D. Windows color (decimal): -12572396 or 1321280. OLE color: 1321280.

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

Color convert

RGB 64 41 20 -
CMYK 0 0.36 0.69 0.75
HSL 28.64º 0.52% 0.16% -
HSV(B) 28.64º 0.69% 0.25% -
XYZ 3.03 2.73 1.03 -
YUV 45.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 64 41 20 0 0.36 0.69 0.75 28.64 0.52 0.16
Hex 40 29 14 0 24 45 4B 1D 34 10
Octal 100 51 24 0 44 105 113 35 64 20
Binary 1000000 101001 10100 0 100100 1000101 1001011 11101 110100 10000

Color Harmonies of #402914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402914

Black with #402914

Text Example


Text Example

White with #402914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402914; }

 p { color: rgb(64,41,20); }

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

background-color css

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

 a { background-color: rgb(64,41,20); }

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

border-color css

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

 span { border-color: rgb(64,41,20); }

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