Html Css Color HEX #412A14 Bistre

📋 copy color: '#412A14'

red 65 ◦ green 42 ◦ blue 20

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

Shades of Bistre #412A14

Tints of Bistre #412A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 51.18%
G = 33.07%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412A14 (or 0x412A14) is known color: Bistre. HEX triplet: 41, 2A and 14. RGB value is (65,42,20). Sum of RGB (Red+Green+Blue) = 65+42+20=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A14 is #BED5EB. Grayscale: #2E2E2E. Windows color (decimal): -12506604 or 1321537. OLE color: 1321537.

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

Color convert

RGB 65 42 20 -
CMYK 0 0.35 0.69 0.75
HSL 29.33º 0.53% 0.17% -
HSV(B) 29.33º 0.69% 0.25% -
XYZ 3.13 2.83 1.04 -
YUV 46.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 65 42 20 0 0.35 0.69 0.75 29.33 0.53 0.17
Hex 41 2A 14 0 23 45 4B 1D 35 11
Octal 101 52 24 0 43 105 113 35 65 21
Binary 1000001 101010 10100 0 100011 1000101 1001011 11101 110101 10001

Color Harmonies of #412A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A14

Black with #412A14

Text Example


Text Example

White with #412A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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