Html Css Color HEX #412D1B Bistre

📋 copy color: '#412D1B'

red 65 ◦ green 45 ◦ blue 27

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

Shades of Bistre #412D1B

Tints of Bistre #412D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

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

R = 47.45%
G = 32.85%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#412D1B (or 0x412D1B) is known color: Bistre. HEX triplet: 41, 2D and 1B. RGB value is (65,45,27). Sum of RGB (Red+Green+Blue) = 65+45+27=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D1B is #BED2E4. Grayscale: #313131. Windows color (decimal): -12505829 or 1781057. OLE color: 1781057.

HSL color Cylindrical-coordinate representation of color #412D1B: hue angle of 28.42º 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 #412D1B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 27 -
CMYK 0 0.31 0.58 0.75
HSL 28.42º 0.41% 0.18% -
HSV(B) 28.42º 0.58% 0.25% -
XYZ 3.32 3.08 1.46 -
YUV 48.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 65 45 27 0 0.31 0.58 0.75 28.42 0.41 0.18
Hex 41 2D 1B 0 1F 3A 4B 1C 29 12
Octal 101 55 33 0 37 72 113 34 51 22
Binary 1000001 101101 11011 0 11111 111010 1001011 11100 101001 10010

Color Harmonies of #412D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D1B

Black with #412D1B

Text Example


Text Example

White with #412D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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