Html Css Color HEX #412819 Bistre

📋 copy color: '#412819'

red 65 ◦ green 40 ◦ blue 25

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

Shades of Bistre #412819

Tints of Bistre #412819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

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

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412819 (or 0x412819) is known color: Bistre. HEX triplet: 41, 28 and 19. RGB value is (65,40,25). Sum of RGB (Red+Green+Blue) = 65+40+25=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412819 is #BED7E6. Grayscale: #2D2D2D. Windows color (decimal): -12507111 or 1648705. OLE color: 1648705.

HSL color Cylindrical-coordinate representation of color #412819: hue angle of 22.5º 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 #412819 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 25 -
CMYK 0 0.38 0.62 0.75
HSL 22.5º 0.44% 0.18% -
HSV(B) 22.5º 0.62% 0.25% -
XYZ 3.11 2.71 1.28 -
YUV 45.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 65 40 25 0 0.38 0.62 0.75 22.5 0.44 0.18
Hex 41 28 19 0 26 3E 4B 16 2C 12
Octal 101 50 31 0 46 76 113 26 54 22
Binary 1000001 101000 11001 0 100110 111110 1001011 10110 101100 10010

Color Harmonies of #412819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412819

Black with #412819

Text Example


Text Example

White with #412819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412819; }

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

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

background-color css

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

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

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

border-color css

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

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

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