Html Css Color HEX #412812 Bistre

📋 copy color: '#412812'

red 65 ◦ green 40 ◦ blue 18

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

Shades of Bistre #412812

Tints of Bistre #412812

RGB

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

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

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

R = 52.85%
G = 32.52%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412812 (or 0x412812) is known color: Bistre. HEX triplet: 41, 28 and 12. RGB value is (65,40,18). Sum of RGB (Red+Green+Blue) = 65+40+18=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412812 is #BED7ED. Grayscale: #2D2D2D. Windows color (decimal): -12507118 or 1189953. OLE color: 1189953.

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

Color convert

RGB 65 40 18 -
CMYK 0 0.38 0.72 0.75
HSL 28.09º 0.57% 0.16% -
HSV(B) 28.09º 0.72% 0.25% -
XYZ 3.05 2.69 0.93 -
YUV 44.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 65 40 18 0 0.38 0.72 0.75 28.09 0.57 0.16
Hex 41 28 12 0 26 48 4B 1C 39 10
Octal 101 50 22 0 46 110 113 34 71 20
Binary 1000001 101000 10010 0 100110 1001000 1001011 11100 111001 10000

Color Harmonies of #412812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412812

Black with #412812

Text Example


Text Example

White with #412812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412812; }

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

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

background-color css

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

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

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

border-color css

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

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

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