Html Css Color HEX #412A1D Bistre

📋 copy color: '#412A1D'

red 65 ◦ green 42 ◦ blue 29

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

Shades of Bistre #412A1D

Tints of Bistre #412A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.88%

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

R = 47.79%
G = 30.88%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#412A1D (or 0x412A1D) is known color: Bistre. HEX triplet: 41, 2A and 1D. RGB value is (65,42,29). Sum of RGB (Red+Green+Blue) = 65+42+29=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1D is #BED5E2. Grayscale: #2F2F2F. Windows color (decimal): -12506595 or 1911361. OLE color: 1911361.

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

Color convert

RGB 65 42 29 -
CMYK 0 0.35 0.55 0.75
HSL 21.67º 0.38% 0.18% -
HSV(B) 21.67º 0.55% 0.25% -
XYZ 3.23 2.87 1.55 -
YUV 47.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 65 42 29 0 0.35 0.55 0.75 21.67 0.38 0.18
Hex 41 2A 1D 0 23 37 4B 16 26 12
Octal 101 52 35 0 43 67 113 26 46 22
Binary 1000001 101010 11101 0 100011 110111 1001011 10110 100110 10010

Color Harmonies of #412A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A1D

Black with #412A1D

Text Example


Text Example

White with #412A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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