Html Css Color HEX #412C13 Bistre

📋 copy color: '#412C13'

red 65 ◦ green 44 ◦ blue 19

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

Shades of Bistre #412C13

Tints of Bistre #412C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.38%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 50.78%
G = 34.38%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412C13 (or 0x412C13) is known color: Bistre. HEX triplet: 41, 2C and 13. RGB value is (65,44,19). Sum of RGB (Red+Green+Blue) = 65+44+19=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C13 is #BED3EC. Grayscale: #2F2F2F. Windows color (decimal): -12506093 or 1256513. OLE color: 1256513.

HSL color Cylindrical-coordinate representation of color #412C13: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412C13 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 44 19 -
CMYK 0 0.32 0.71 0.75
HSL 32.61º 0.55% 0.16% -
HSV(B) 32.61º 0.71% 0.25% -
XYZ 3.2 2.97 1.02 -
YUV 47.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 65 44 19 0 0.32 0.71 0.75 32.61 0.55 0.16
Hex 41 2C 13 0 20 47 4B 21 37 10
Octal 101 54 23 0 40 107 113 41 67 20
Binary 1000001 101100 10011 0 100000 1000111 1001011 100001 110111 10000

Color Harmonies of #412C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C13

Black with #412C13

Text Example


Text Example

White with #412C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,19); }

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

background-color css

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

 a { background-color: rgb(65,44,19); }

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

border-color css

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

 span { border-color: rgb(65,44,19); }

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