Html Css Color HEX #412717 Bistre

📋 copy color: '#412717'

red 65 ◦ green 39 ◦ blue 23

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

Shades of Bistre #412717

Tints of Bistre #412717

RGB

 RED value IS 65 (25.78% from 255) = 51.18%

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

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

R = 51.18%
G = 30.71%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412717 (or 0x412717) is known color: Bistre. HEX triplet: 41, 27 and 17. RGB value is (65,39,23). Sum of RGB (Red+Green+Blue) = 65+39+23=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412717 is #BED8E8. Grayscale: #2D2D2D. Windows color (decimal): -12507369 or 1517377. OLE color: 1517377.

HSL color Cylindrical-coordinate representation of color #412717: hue angle of 22.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412717 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 23 -
CMYK 0 0.40 0.65 0.75
HSL 22.86º 0.48% 0.17% -
HSV(B) 22.86º 0.65% 0.25% -
XYZ 3.06 2.64 1.16 -
YUV 44.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 65 39 23 0 0.40 0.65 0.75 22.86 0.48 0.17
Hex 41 27 17 0 28 41 4B 17 30 11
Octal 101 47 27 0 50 101 113 27 60 21
Binary 1000001 100111 10111 0 101000 1000001 1001011 10111 110000 10001

Color Harmonies of #412717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412717

Black with #412717

Text Example


Text Example

White with #412717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412717; }

 p { color: rgb(65,39,23); }

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

background-color css

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

 a { background-color: rgb(65,39,23); }

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

border-color css

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

 span { border-color: rgb(65,39,23); }

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