Html Css Color HEX #412C16 Bistre

📋 copy color: '#412C16'

red 65 ◦ green 44 ◦ blue 22

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

Shades of Bistre #412C16

Tints of Bistre #412C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 49.62%
G = 33.59%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412C16 (or 0x412C16) is known color: Bistre. HEX triplet: 41, 2C and 16. RGB value is (65,44,22). Sum of RGB (Red+Green+Blue) = 65+44+22=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C16 is #BED3E9. Grayscale: #2F2F2F. Windows color (decimal): -12506090 or 1453121. OLE color: 1453121.

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

Color convert

RGB 65 44 22 -
CMYK 0 0.32 0.66 0.75
HSL 30.7º 0.49% 0.17% -
HSV(B) 30.7º 0.66% 0.25% -
XYZ 3.23 2.98 1.16 -
YUV 47.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 65 44 22 0 0.32 0.66 0.75 30.7 0.49 0.17
Hex 41 2C 16 0 20 42 4B 1F 31 11
Octal 101 54 26 0 40 102 113 37 61 21
Binary 1000001 101100 10110 0 100000 1000010 1001011 11111 110001 10001

Color Harmonies of #412C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C16

Black with #412C16

Text Example


Text Example

White with #412C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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