Html Css Color HEX #412A17 Bistre

📋 copy color: '#412A17'

red 65 ◦ green 42 ◦ blue 23

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

Shades of Bistre #412A17

Tints of Bistre #412A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 50%
G = 32.31%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412A17 (or 0x412A17) is known color: Bistre. HEX triplet: 41, 2A and 17. RGB value is (65,42,23). Sum of RGB (Red+Green+Blue) = 65+42+23=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A17 is #BED5E8. Grayscale: #2E2E2E. Windows color (decimal): -12506601 or 1518145. OLE color: 1518145.

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

Color convert

RGB 65 42 23 -
CMYK 0 0.35 0.65 0.75
HSL 27.14º 0.48% 0.17% -
HSV(B) 27.14º 0.65% 0.25% -
XYZ 3.16 2.84 1.19 -
YUV 46.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 65 42 23 0 0.35 0.65 0.75 27.14 0.48 0.17
Hex 41 2A 17 0 23 41 4B 1B 30 11
Octal 101 52 27 0 43 101 113 33 60 21
Binary 1000001 101010 10111 0 100011 1000001 1001011 11011 110000 10001

Color Harmonies of #412A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A17

Black with #412A17

Text Example


Text Example

White with #412A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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