Html Css Color HEX #412612 Bistre

📋 copy color: '#412612'

red 65 ◦ green 38 ◦ blue 18

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

Shades of Bistre #412612

Tints of Bistre #412612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 53.72%
G = 31.4%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412612 (or 0x412612) is known color: Bistre. HEX triplet: 41, 26 and 12. RGB value is (65,38,18). Sum of RGB (Red+Green+Blue) = 65+38+18=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412612 is #BED9ED. Grayscale: #2B2B2B. Windows color (decimal): -12507630 or 1189441. OLE color: 1189441.

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

Color convert

RGB 65 38 18 -
CMYK 0 0.42 0.72 0.75
HSL 25.53º 0.57% 0.16% -
HSV(B) 25.53º 0.72% 0.25% -
XYZ 2.98 2.55 0.91 -
YUV 43.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 65 38 18 0 0.42 0.72 0.75 25.53 0.57 0.16
Hex 41 26 12 0 2A 48 4B 1A 39 10
Octal 101 46 22 0 52 110 113 32 71 20
Binary 1000001 100110 10010 0 101010 1001000 1001011 11010 111001 10000

Color Harmonies of #412612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412612

Black with #412612

Text Example


Text Example

White with #412612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412612; }

 p { color: rgb(65,38,18); }

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

background-color css

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

 a { background-color: rgb(65,38,18); }

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

border-color css

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

 span { border-color: rgb(65,38,18); }

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