Html Css Color HEX #412C1C Bistre

📋 copy color: '#412C1C'

red 65 ◦ green 44 ◦ blue 28

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

Shades of Bistre #412C1C

Tints of Bistre #412C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 47.45%
G = 32.12%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#412C1C (or 0x412C1C) is known color: Bistre. HEX triplet: 41, 2C and 1C. RGB value is (65,44,28). Sum of RGB (Red+Green+Blue) = 65+44+28=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1C is #BED3E3. Grayscale: #303030. Windows color (decimal): -12506084 or 1846337. OLE color: 1846337.

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

Color convert

RGB 65 44 28 -
CMYK 0 0.32 0.57 0.75
HSL 25.95º 0.4% 0.18% -
HSV(B) 25.95º 0.57% 0.25% -
XYZ 3.29 3.01 1.51 -
YUV 48.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 65 44 28 0 0.32 0.57 0.75 25.95 0.4 0.18
Hex 41 2C 1C 0 20 39 4B 1A 28 12
Octal 101 54 34 0 40 71 113 32 50 22
Binary 1000001 101100 11100 0 100000 111001 1001011 11010 101000 10010

Color Harmonies of #412C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C1C

Black with #412C1C

Text Example


Text Example

White with #412C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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