Html Css Color HEX #412815 Bistre

📋 copy color: '#412815'

red 65 ◦ green 40 ◦ blue 21

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

Shades of Bistre #412815

Tints of Bistre #412815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

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

R = 51.59%
G = 31.75%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412815 (or 0x412815) is known color: Bistre. HEX triplet: 41, 28 and 15. RGB value is (65,40,21). Sum of RGB (Red+Green+Blue) = 65+40+21=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412815 is #BED7EA. Grayscale: #2D2D2D. Windows color (decimal): -12507115 or 1386561. OLE color: 1386561.

HSL color Cylindrical-coordinate representation of color #412815: hue angle of 25.91º 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 #412815 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 21 -
CMYK 0 0.38 0.68 0.75
HSL 25.91º 0.51% 0.17% -
HSV(B) 25.91º 0.68% 0.25% -
XYZ 3.07 2.7 1.07 -
YUV 45.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 65 40 21 0 0.38 0.68 0.75 25.91 0.51 0.17
Hex 41 28 15 0 26 44 4B 1A 33 11
Octal 101 50 25 0 46 104 113 32 63 21
Binary 1000001 101000 10101 0 100110 1000100 1001011 11010 110011 10001

Color Harmonies of #412815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412815

Black with #412815

Text Example


Text Example

White with #412815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412815; }

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

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

background-color css

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

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

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

border-color css

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

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

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