Html Css Color HEX #412D1F Bistre

📋 copy color: '#412D1F'

red 65 ◦ green 45 ◦ blue 31

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

Shades of Bistre #412D1F

Tints of Bistre #412D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 46.1%
G = 31.91%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#412D1F (or 0x412D1F) is known color: Bistre. HEX triplet: 41, 2D and 1F. RGB value is (65,45,31). Sum of RGB (Red+Green+Blue) = 65+45+31=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D1F is #BED2E0. Grayscale: #313131. Windows color (decimal): -12505825 or 2043201. OLE color: 2043201.

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

Color convert

RGB 65 45 31 -
CMYK 0 0.31 0.52 0.75
HSL 24.71º 0.35% 0.19% -
HSV(B) 24.71º 0.52% 0.25% -
XYZ 3.37 3.1 1.72 -
YUV 49.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 65 45 31 0 0.31 0.52 0.75 24.71 0.35 0.19
Hex 41 2D 1F 0 1F 34 4B 19 23 13
Octal 101 55 37 0 37 64 113 31 43 23
Binary 1000001 101101 11111 0 11111 110100 1001011 11001 100011 10011

Color Harmonies of #412D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D1F

Black with #412D1F

Text Example


Text Example

White with #412D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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