Html Css Color HEX #412510 Bistre

📋 copy color: '#412510'

red 65 ◦ green 37 ◦ blue 16

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

Shades of Bistre #412510

Tints of Bistre #412510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

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

R = 55.08%
G = 31.36%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#412510 (or 0x412510) is known color: Bistre. HEX triplet: 41, 25 and 10. RGB value is (65,37,16). Sum of RGB (Red+Green+Blue) = 65+37+16=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412510 is #BEDAEF. Grayscale: #2B2B2B. Windows color (decimal): -12507888 or 1058113. OLE color: 1058113.

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

Color convert

RGB 65 37 16 -
CMYK 0 0.43 0.75 0.75
HSL 25.71º 0.6% 0.16% -
HSV(B) 25.71º 0.75% 0.25% -
XYZ 2.94 2.48 0.82 -
YUV 42.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 65 37 16 0 0.43 0.75 0.75 25.71 0.6 0.16
Hex 41 25 10 0 2B 4B 4B 1A 3C 10
Octal 101 45 20 0 53 113 113 32 74 20
Binary 1000001 100101 10000 0 101011 1001011 1001011 11010 111100 10000

Color Harmonies of #412510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412510

Black with #412510

Text Example


Text Example

White with #412510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412510; }

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

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

background-color css

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

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

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

border-color css

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

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

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