Html Css Color HEX #412E1F Bistre

📋 copy color: '#412E1F'

red 65 ◦ green 46 ◦ blue 31

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

Shades of Bistre #412E1F

Tints of Bistre #412E1F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.39%

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

R = 45.77%
G = 32.39%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#412E1F (or 0x412E1F) is known color: Bistre. HEX triplet: 41, 2E and 1F. RGB value is (65,46,31). Sum of RGB (Red+Green+Blue) = 65+46+31=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E1F is #BED1E0. Grayscale: #323232. Windows color (decimal): -12505569 or 2043457. OLE color: 2043457.

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

Color convert

RGB 65 46 31 -
CMYK 0 0.29 0.52 0.75
HSL 26.47º 0.35% 0.19% -
HSV(B) 26.47º 0.52% 0.25% -
XYZ 3.4 3.18 1.73 -
YUV 49.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 65 46 31 0 0.29 0.52 0.75 26.47 0.35 0.19
Hex 41 2E 1F 0 1D 34 4B 1A 23 13
Octal 101 56 37 0 35 64 113 32 43 23
Binary 1000001 101110 11111 0 11101 110100 1001011 11010 100011 10011

Color Harmonies of #412E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E1F

Black with #412E1F

Text Example


Text Example

White with #412E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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