Html Css Color HEX #412D1E Bistre

📋 copy color: '#412D1E'

red 65 ◦ green 45 ◦ blue 30

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

Shades of Bistre #412D1E

Tints of Bistre #412D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 46.43%
G = 32.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#412D1E (or 0x412D1E) is known color: Bistre. HEX triplet: 41, 2D and 1E. RGB value is (65,45,30). Sum of RGB (Red+Green+Blue) = 65+45+30=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D1E is #BED2E1. Grayscale: #313131. Windows color (decimal): -12505826 or 1977665. OLE color: 1977665.

HSL color Cylindrical-coordinate representation of color #412D1E: hue angle of 25.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412D1E is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 30 -
CMYK 0 0.31 0.54 0.75
HSL 25.71º 0.37% 0.19% -
HSV(B) 25.71º 0.54% 0.25% -
XYZ 3.35 3.09 1.65 -
YUV 49.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 65 45 30 0 0.31 0.54 0.75 25.71 0.37 0.19
Hex 41 2D 1E 0 1F 36 4B 1A 25 13
Octal 101 55 36 0 37 66 113 32 45 23
Binary 1000001 101101 11110 0 11111 110110 1001011 11010 100101 10011

Color Harmonies of #412D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D1E

Black with #412D1E

Text Example


Text Example

White with #412D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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