Html Css Color HEX #412B13 Bistre

📋 copy color: '#412B13'

red 65 ◦ green 43 ◦ blue 19

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

Shades of Bistre #412B13

Tints of Bistre #412B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 51.18%
G = 33.86%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412B13 (or 0x412B13) is known color: Bistre. HEX triplet: 41, 2B and 13. RGB value is (65,43,19). Sum of RGB (Red+Green+Blue) = 65+43+19=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B13 is #BED4EC. Grayscale: #2E2E2E. Windows color (decimal): -12506349 or 1256257. OLE color: 1256257.

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

Color convert

RGB 65 43 19 -
CMYK 0 0.34 0.71 0.75
HSL 31.3º 0.55% 0.16% -
HSV(B) 31.3º 0.71% 0.25% -
XYZ 3.16 2.9 1.01 -
YUV 46.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 65 43 19 0 0.34 0.71 0.75 31.3 0.55 0.16
Hex 41 2B 13 0 22 47 4B 1F 37 10
Octal 101 53 23 0 42 107 113 37 67 20
Binary 1000001 101011 10011 0 100010 1000111 1001011 11111 110111 10000

Color Harmonies of #412B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B13

Black with #412B13

Text Example


Text Example

White with #412B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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