Html Css Color HEX #412D19 Bistre

📋 copy color: '#412D19'

red 65 ◦ green 45 ◦ blue 25

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

Shades of Bistre #412D19

Tints of Bistre #412D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 48.15%
G = 33.33%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412D19 (or 0x412D19) is known color: Bistre. HEX triplet: 41, 2D and 19. RGB value is (65,45,25). Sum of RGB (Red+Green+Blue) = 65+45+25=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D19 is #BED2E6. Grayscale: #303030. Windows color (decimal): -12505831 or 1649985. OLE color: 1649985.

HSL color Cylindrical-coordinate representation of color #412D19: hue angle of 30º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412D19 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 25 -
CMYK 0 0.31 0.62 0.75
HSL 30º 0.44% 0.18% -
HSV(B) 30º 0.62% 0.25% -
XYZ 3.29 3.07 1.34 -
YUV 48.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 65 45 25 0 0.31 0.62 0.75 30 0.44 0.18
Hex 41 2D 19 0 1F 3E 4B 1E 2C 12
Octal 101 55 31 0 37 76 113 36 54 22
Binary 1000001 101101 11001 0 11111 111110 1001011 11110 101100 10010

Color Harmonies of #412D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D19

Black with #412D19

Text Example


Text Example

White with #412D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,25); }

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

background-color css

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

 a { background-color: rgb(65,45,25); }

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

border-color css

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

 span { border-color: rgb(65,45,25); }

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