Html Css Color HEX #412715 Bistre

📋 copy color: '#412715'

red 65 ◦ green 39 ◦ blue 21

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

Shades of Bistre #412715

Tints of Bistre #412715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

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

R = 52%
G = 31.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412715 (or 0x412715) is known color: Bistre. HEX triplet: 41, 27 and 15. RGB value is (65,39,21). Sum of RGB (Red+Green+Blue) = 65+39+21=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412715 is #BED8EA. Grayscale: #2C2C2C. Windows color (decimal): -12507371 or 1386305. OLE color: 1386305.

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

Color convert

RGB 65 39 21 -
CMYK 0 0.40 0.68 0.75
HSL 24.55º 0.51% 0.17% -
HSV(B) 24.55º 0.68% 0.25% -
XYZ 3.04 2.63 1.06 -
YUV 44.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 65 39 21 0 0.40 0.68 0.75 24.55 0.51 0.17
Hex 41 27 15 0 28 44 4B 19 33 11
Octal 101 47 25 0 50 104 113 31 63 21
Binary 1000001 100111 10101 0 101000 1000100 1001011 11001 110011 10001

Color Harmonies of #412715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412715

Black with #412715

Text Example


Text Example

White with #412715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412715; }

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

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

background-color css

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

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

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

border-color css

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

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

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