Html Css Color HEX #412C1A Bistre

📋 copy color: '#412C1A'

red 65 ◦ green 44 ◦ blue 26

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

Shades of Bistre #412C1A

Tints of Bistre #412C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 48.15%
G = 32.59%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#412C1A (or 0x412C1A) is known color: Bistre. HEX triplet: 41, 2C and 1A. RGB value is (65,44,26). Sum of RGB (Red+Green+Blue) = 65+44+26=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1A is #BED3E5. Grayscale: #303030. Windows color (decimal): -12506086 or 1715265. OLE color: 1715265.

HSL color Cylindrical-coordinate representation of color #412C1A: hue angle of 27.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412C1A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 44 26 -
CMYK 0 0.32 0.60 0.75
HSL 27.69º 0.43% 0.18% -
HSV(B) 27.69º 0.6% 0.25% -
XYZ 3.27 3 1.38 -
YUV 48.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 65 44 26 0 0.32 0.60 0.75 27.69 0.43 0.18
Hex 41 2C 1A 0 20 3C 4B 1C 2B 12
Octal 101 54 32 0 40 74 113 34 53 22
Binary 1000001 101100 11010 0 100000 111100 1001011 11100 101011 10010

Color Harmonies of #412C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C1A

Black with #412C1A

Text Example


Text Example

White with #412C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C1A; }

 p { color: rgb(65,44,26); }

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

background-color css

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

 a { background-color: rgb(65,44,26); }

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

border-color css

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

 span { border-color: rgb(65,44,26); }

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