Html Css Color HEX #412A11 Bistre

📋 copy color: '#412A11'

red 65 ◦ green 42 ◦ blue 17

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

Shades of Bistre #412A11

Tints of Bistre #412A11

RGB

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

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

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

R = 52.42%
G = 33.87%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412A11 (or 0x412A11) is known color: Bistre. HEX triplet: 41, 2A and 11. RGB value is (65,42,17). Sum of RGB (Red+Green+Blue) = 65+42+17=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A11 is #BED5EE. Grayscale: #2E2E2E. Windows color (decimal): -12506607 or 1124929. OLE color: 1124929.

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

Color convert

RGB 65 42 17 -
CMYK 0 0.35 0.74 0.75
HSL 31.25º 0.59% 0.16% -
HSV(B) 31.25º 0.74% 0.25% -
XYZ 3.11 2.82 0.91 -
YUV 46.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 65 42 17 0 0.35 0.74 0.75 31.25 0.59 0.16
Hex 41 2A 11 0 23 4A 4B 1F 3B 10
Octal 101 52 21 0 43 112 113 37 73 20
Binary 1000001 101010 10001 0 100011 1001010 1001011 11111 111011 10000

Color Harmonies of #412A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A11

Black with #412A11

Text Example


Text Example

White with #412A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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