Html Css Color HEX #412918 Bistre

📋 copy color: '#412918'

red 65 ◦ green 41 ◦ blue 24

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

Shades of Bistre #412918

Tints of Bistre #412918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.46%

R = 50%
G = 31.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412918 (or 0x412918) is known color: Bistre. HEX triplet: 41, 29 and 18. RGB value is (65,41,24). Sum of RGB (Red+Green+Blue) = 65+41+24=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412918 is #BED6E7. Grayscale: #2E2E2E. Windows color (decimal): -12506856 or 1583425. OLE color: 1583425.

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

Color convert

RGB 65 41 24 -
CMYK 0 0.37 0.63 0.75
HSL 24.88º 0.46% 0.17% -
HSV(B) 24.88º 0.63% 0.25% -
XYZ 3.14 2.78 1.23 -
YUV 46.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 65 41 24 0 0.37 0.63 0.75 24.88 0.46 0.17
Hex 41 29 18 0 25 3F 4B 19 2E 11
Octal 101 51 30 0 45 77 113 31 56 21
Binary 1000001 101001 11000 0 100101 111111 1001011 11001 101110 10001

Color Harmonies of #412918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412918

Black with #412918

Text Example


Text Example

White with #412918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412918; }

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

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

background-color css

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

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

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

border-color css

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

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

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