Html Css Color HEX #412E21 Bistre

📋 copy color: '#412E21'

red 65 ◦ green 46 ◦ blue 33

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

Shades of Bistre #412E21

Tints of Bistre #412E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.94%

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 45.14%
G = 31.94%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#412E21 (or 0x412E21) is known color: Bistre. HEX triplet: 41, 2E and 21. RGB value is (65,46,33). Sum of RGB (Red+Green+Blue) = 65+46+33=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #412E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E21 is #BED1DE. Grayscale: #323232. Windows color (decimal): -12505567 or 2174529. OLE color: 2174529.

HSL color Cylindrical-coordinate representation of color #412E21: hue angle of 24.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412E21 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 33 -
CMYK 0 0.29 0.49 0.75
HSL 24.38º 0.33% 0.19% -
HSV(B) 24.38º 0.49% 0.25% -
XYZ 3.43 3.19 1.87 -
YUV 50.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 65 46 33 0 0.29 0.49 0.75 24.38 0.33 0.19
Hex 41 2E 21 0 1D 31 4B 18 21 13
Octal 101 56 41 0 35 61 113 30 41 23
Binary 1000001 101110 100001 0 11101 110001 1001011 11000 100001 10011

Color Harmonies of #412E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E21

Black with #412E21

Text Example


Text Example

White with #412E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,33); }

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

background-color css

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

 a { background-color: rgb(65,46,33); }

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

border-color css

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

 span { border-color: rgb(65,46,33); }

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