Html Css Color HEX #412913 Bistre

📋 copy color: '#412913'

red 65 ◦ green 41 ◦ blue 19

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

Shades of Bistre #412913

Tints of Bistre #412913

RGB

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

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

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

R = 52%
G = 32.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412913 (or 0x412913) is known color: Bistre. HEX triplet: 41, 29 and 13. RGB value is (65,41,19). Sum of RGB (Red+Green+Blue) = 65+41+19=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412913 is #BED6EC. Grayscale: #2D2D2D. Windows color (decimal): -12506861 or 1255745. OLE color: 1255745.

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

Color convert

RGB 65 41 19 -
CMYK 0 0.37 0.71 0.75
HSL 28.7º 0.55% 0.16% -
HSV(B) 28.7º 0.71% 0.25% -
XYZ 3.09 2.76 0.99 -
YUV 45.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 65 41 19 0 0.37 0.71 0.75 28.7 0.55 0.16
Hex 41 29 13 0 25 47 4B 1D 37 10
Octal 101 51 23 0 45 107 113 35 67 20
Binary 1000001 101001 10011 0 100101 1000111 1001011 11101 110111 10000

Color Harmonies of #412913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412913

Black with #412913

Text Example


Text Example

White with #412913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412913; }

 p { color: rgb(65,41,19); }

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

background-color css

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

 a { background-color: rgb(65,41,19); }

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

border-color css

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

 span { border-color: rgb(65,41,19); }

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