Html Css Color HEX #412B15 Bistre

📋 copy color: '#412B15'

red 65 ◦ green 43 ◦ blue 21

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

Shades of Bistre #412B15

Tints of Bistre #412B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

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

R = 50.39%
G = 33.33%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412B15 (or 0x412B15) is known color: Bistre. HEX triplet: 41, 2B and 15. RGB value is (65,43,21). Sum of RGB (Red+Green+Blue) = 65+43+21=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B15 is #BED4EA. Grayscale: #2F2F2F. Windows color (decimal): -12506347 or 1387329. OLE color: 1387329.

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

Color convert

RGB 65 43 21 -
CMYK 0 0.34 0.68 0.75
HSL 30º 0.51% 0.17% -
HSV(B) 30º 0.68% 0.25% -
XYZ 3.18 2.91 1.1 -
YUV 47.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 65 43 21 0 0.34 0.68 0.75 30 0.51 0.17
Hex 41 2B 15 0 22 44 4B 1E 33 11
Octal 101 53 25 0 42 104 113 36 63 21
Binary 1000001 101011 10101 0 100010 1000100 1001011 11110 110011 10001

Color Harmonies of #412B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B15

Black with #412B15

Text Example


Text Example

White with #412B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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