Html Css Color HEX #412B11 Bistre

📋 copy color: '#412B11'

red 65 ◦ green 43 ◦ blue 17

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

Shades of Bistre #412B11

Tints of Bistre #412B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 52%
G = 34.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412B11 (or 0x412B11) is known color: Bistre. HEX triplet: 41, 2B and 11. RGB value is (65,43,17). Sum of RGB (Red+Green+Blue) = 65+43+17=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B11 is #BED4EE. Grayscale: #2E2E2E. Windows color (decimal): -12506351 or 1125185. OLE color: 1125185.

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

Color convert

RGB 65 43 17 -
CMYK 0 0.34 0.74 0.75
HSL 32.5º 0.59% 0.16% -
HSV(B) 32.5º 0.74% 0.25% -
XYZ 3.15 2.89 0.92 -
YUV 46.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 65 43 17 0 0.34 0.74 0.75 32.5 0.59 0.16
Hex 41 2B 11 0 22 4A 4B 20 3B 10
Octal 101 53 21 0 42 112 113 40 73 20
Binary 1000001 101011 10001 0 100010 1001010 1001011 100000 111011 10000

Color Harmonies of #412B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B11

Black with #412B11

Text Example


Text Example

White with #412B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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