Html Css Color HEX #412C1D Bistre

📋 copy color: '#412C1D'

red 65 ◦ green 44 ◦ blue 29

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

Shades of Bistre #412C1D

Tints of Bistre #412C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.88%

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 47.1%
G = 31.88%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#412C1D (or 0x412C1D) is known color: Bistre. HEX triplet: 41, 2C and 1D. RGB value is (65,44,29). Sum of RGB (Red+Green+Blue) = 65+44+29=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1D is #BED3E2. Grayscale: #303030. Windows color (decimal): -12506083 or 1911873. OLE color: 1911873.

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

Color convert

RGB 65 44 29 -
CMYK 0 0.32 0.55 0.75
HSL 25º 0.38% 0.18% -
HSV(B) 25º 0.55% 0.25% -
XYZ 3.3 3.01 1.57 -
YUV 48.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 65 44 29 0 0.32 0.55 0.75 25 0.38 0.18
Hex 41 2C 1D 0 20 37 4B 19 26 12
Octal 101 54 35 0 40 67 113 31 46 22
Binary 1000001 101100 11101 0 100000 110111 1001011 11001 100110 10010

Color Harmonies of #412C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C1D

Black with #412C1D

Text Example


Text Example

White with #412C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,29); }

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

background-color css

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

 a { background-color: rgb(65,44,29); }

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

border-color css

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

 span { border-color: rgb(65,44,29); }

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