Html Css Color HEX #412A13 Bistre

📋 copy color: '#412A13'

red 65 ◦ green 42 ◦ blue 19

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

Shades of Bistre #412A13

Tints of Bistre #412A13

RGB

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

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

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

R = 51.59%
G = 33.33%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412A13 (or 0x412A13) is known color: Bistre. HEX triplet: 41, 2A and 13. RGB value is (65,42,19). Sum of RGB (Red+Green+Blue) = 65+42+19=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A13 is #BED5EC. Grayscale: #2E2E2E. Windows color (decimal): -12506605 or 1256001. OLE color: 1256001.

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

Color convert

RGB 65 42 19 -
CMYK 0 0.35 0.71 0.75
HSL 30º 0.55% 0.16% -
HSV(B) 30º 0.71% 0.25% -
XYZ 3.13 2.83 1 -
YUV 46.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 65 42 19 0 0.35 0.71 0.75 30 0.55 0.16
Hex 41 2A 13 0 23 47 4B 1E 37 10
Octal 101 52 23 0 43 107 113 36 67 20
Binary 1000001 101010 10011 0 100011 1000111 1001011 11110 110111 10000

Color Harmonies of #412A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A13

Black with #412A13

Text Example


Text Example

White with #412A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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