Html Css Color HEX #412A1B Bistre

📋 copy color: '#412A1B'

red 65 ◦ green 42 ◦ blue 27

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

Shades of Bistre #412A1B

Tints of Bistre #412A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 48.51%
G = 31.34%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#412A1B (or 0x412A1B) is known color: Bistre. HEX triplet: 41, 2A and 1B. RGB value is (65,42,27). Sum of RGB (Red+Green+Blue) = 65+42+27=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1B is #BED5E4. Grayscale: #2F2F2F. Windows color (decimal): -12506597 or 1780289. OLE color: 1780289.

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

Color convert

RGB 65 42 27 -
CMYK 0 0.35 0.58 0.75
HSL 23.68º 0.41% 0.18% -
HSV(B) 23.68º 0.58% 0.25% -
XYZ 3.21 2.86 1.42 -
YUV 47.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 65 42 27 0 0.35 0.58 0.75 23.68 0.41 0.18
Hex 41 2A 1B 0 23 3A 4B 18 29 12
Octal 101 52 33 0 43 72 113 30 51 22
Binary 1000001 101010 11011 0 100011 111010 1001011 11000 101001 10010

Color Harmonies of #412A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A1B

Black with #412A1B

Text Example


Text Example

White with #412A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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