Html Css Color HEX #412A15 Bistre

📋 copy color: '#412A15'

red 65 ◦ green 42 ◦ blue 21

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

Shades of Bistre #412A15

Tints of Bistre #412A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 50.78%
G = 32.81%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412A15 (or 0x412A15) is known color: Bistre. HEX triplet: 41, 2A and 15. RGB value is (65,42,21). Sum of RGB (Red+Green+Blue) = 65+42+21=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A15 is #BED5EA. Grayscale: #2E2E2E. Windows color (decimal): -12506603 or 1387073. OLE color: 1387073.

HSL color Cylindrical-coordinate representation of color #412A15: hue angle of 28.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412A15 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 42 21 -
CMYK 0 0.35 0.68 0.75
HSL 28.64º 0.51% 0.17% -
HSV(B) 28.64º 0.68% 0.25% -
XYZ 3.14 2.83 1.09 -
YUV 46.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 65 42 21 0 0.35 0.68 0.75 28.64 0.51 0.17
Hex 41 2A 15 0 23 44 4B 1D 33 11
Octal 101 52 25 0 43 104 113 35 63 21
Binary 1000001 101010 10101 0 100011 1000100 1001011 11101 110011 10001

Color Harmonies of #412A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A15

Black with #412A15

Text Example


Text Example

White with #412A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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