Html Css Color HEX #412810 Bistre

📋 copy color: '#412810'

red 65 ◦ green 40 ◦ blue 16

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

Shades of Bistre #412810

Tints of Bistre #412810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 53.72%
G = 33.06%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#412810 (or 0x412810) is known color: Bistre. HEX triplet: 41, 28 and 10. RGB value is (65,40,16). Sum of RGB (Red+Green+Blue) = 65+40+16=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412810 is #BED7EF. Grayscale: #2C2C2C. Windows color (decimal): -12507120 or 1058881. OLE color: 1058881.

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

Color convert

RGB 65 40 16 -
CMYK 0 0.38 0.75 0.75
HSL 29.39º 0.6% 0.16% -
HSV(B) 29.39º 0.75% 0.25% -
XYZ 3.03 2.68 0.85 -
YUV 44.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 65 40 16 0 0.38 0.75 0.75 29.39 0.6 0.16
Hex 41 28 10 0 26 4B 4B 1D 3C 10
Octal 101 50 20 0 46 113 113 35 74 20
Binary 1000001 101000 10000 0 100110 1001011 1001011 11101 111100 10000

Color Harmonies of #412810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412810

Black with #412810

Text Example


Text Example

White with #412810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412810; }

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

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

background-color css

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

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

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

border-color css

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

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

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