Html Css Color HEX #412B12 Bistre

📋 copy color: '#412B12'

red 65 ◦ green 43 ◦ blue 18

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

Shades of Bistre #412B12

Tints of Bistre #412B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 51.59%
G = 34.13%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412B12 (or 0x412B12) is known color: Bistre. HEX triplet: 41, 2B and 12. RGB value is (65,43,18). Sum of RGB (Red+Green+Blue) = 65+43+18=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B12 is #BED4ED. Grayscale: #2E2E2E. Windows color (decimal): -12506350 or 1190721. OLE color: 1190721.

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

Color convert

RGB 65 43 18 -
CMYK 0 0.34 0.72 0.75
HSL 31.91º 0.57% 0.16% -
HSV(B) 31.91º 0.72% 0.25% -
XYZ 3.15 2.9 0.96 -
YUV 46.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 65 43 18 0 0.34 0.72 0.75 31.91 0.57 0.16
Hex 41 2B 12 0 22 48 4B 20 39 10
Octal 101 53 22 0 42 110 113 40 71 20
Binary 1000001 101011 10010 0 100010 1001000 1001011 100000 111001 10000

Color Harmonies of #412B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B12

Black with #412B12

Text Example


Text Example

White with #412B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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