Html Css Color HEX #412919 Bistre

📋 copy color: '#412919'

red 65 ◦ green 41 ◦ blue 25

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

Shades of Bistre #412919

Tints of Bistre #412919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 49.62%
G = 31.3%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412919 (or 0x412919) is known color: Bistre. HEX triplet: 41, 29 and 19. RGB value is (65,41,25). Sum of RGB (Red+Green+Blue) = 65+41+25=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412919 is #BED6E6. Grayscale: #2E2E2E. Windows color (decimal): -12506855 or 1648961. OLE color: 1648961.

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

Color convert

RGB 65 41 25 -
CMYK 0 0.37 0.62 0.75
HSL 24º 0.44% 0.18% -
HSV(B) 24º 0.62% 0.25% -
XYZ 3.15 2.78 1.29 -
YUV 46.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 65 41 25 0 0.37 0.62 0.75 24 0.44 0.18
Hex 41 29 19 0 25 3E 4B 18 2C 12
Octal 101 51 31 0 45 76 113 30 54 22
Binary 1000001 101001 11001 0 100101 111110 1001011 11000 101100 10010

Color Harmonies of #412919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412919

Black with #412919

Text Example


Text Example

White with #412919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412919; }

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

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

background-color css

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

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

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

border-color css

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

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

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