Html Css Color HEX #402C17 Bistre

📋 copy color: '#402C17'

red 64 ◦ green 44 ◦ blue 23

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

Shades of Bistre #402C17

Tints of Bistre #402C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 48.85%
G = 33.59%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402C17 (or 0x402C17) is known color: Bistre. HEX triplet: 40, 2C and 17. RGB value is (64,44,23). Sum of RGB (Red+Green+Blue) = 64+44+23=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C17 is #BFD3E8. Grayscale: #2F2F2F. Windows color (decimal): -12571625 or 1518656. OLE color: 1518656.

HSL color Cylindrical-coordinate representation of color #402C17: hue angle of 30.73º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402C17 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 44 23 -
CMYK 0 0.31 0.64 0.75
HSL 30.73º 0.47% 0.17% -
HSV(B) 30.73º 0.64% 0.25% -
XYZ 3.17 2.95 1.21 -
YUV 47.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 64 44 23 0 0.31 0.64 0.75 30.73 0.47 0.17
Hex 40 2C 17 0 1F 40 4B 1F 2F 11
Octal 100 54 27 0 37 100 113 37 57 21
Binary 1000000 101100 10111 0 11111 1000000 1001011 11111 101111 10001

Color Harmonies of #402C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C17

Black with #402C17

Text Example


Text Example

White with #402C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,23); }

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

background-color css

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

 a { background-color: rgb(64,44,23); }

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

border-color css

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

 span { border-color: rgb(64,44,23); }

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