Html Css Color HEX #412A1C Bistre

📋 copy color: '#412A1C'

red 65 ◦ green 42 ◦ blue 28

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

Shades of Bistre #412A1C

Tints of Bistre #412A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.11%

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 48.15%
G = 31.11%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#412A1C (or 0x412A1C) is known color: Bistre. HEX triplet: 41, 2A and 1C. RGB value is (65,42,28). Sum of RGB (Red+Green+Blue) = 65+42+28=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1C is #BED5E3. Grayscale: #2F2F2F. Windows color (decimal): -12506596 or 1845825. OLE color: 1845825.

HSL color Cylindrical-coordinate representation of color #412A1C: hue angle of 22.7º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412A1C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 42 28 -
CMYK 0 0.35 0.57 0.75
HSL 22.7º 0.4% 0.18% -
HSV(B) 22.7º 0.57% 0.25% -
XYZ 3.22 2.86 1.48 -
YUV 47.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 65 42 28 0 0.35 0.57 0.75 22.7 0.4 0.18
Hex 41 2A 1C 0 23 39 4B 17 28 12
Octal 101 52 34 0 43 71 113 27 50 22
Binary 1000001 101010 11100 0 100011 111001 1001011 10111 101000 10010

Color Harmonies of #412A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A1C

Black with #412A1C

Text Example


Text Example

White with #412A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,28); }

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

background-color css

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

 a { background-color: rgb(65,42,28); }

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

border-color css

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

 span { border-color: rgb(65,42,28); }

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