Html Css Color HEX #412718 Bistre

📋 copy color: '#412718'

red 65 ◦ green 39 ◦ blue 24

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

Shades of Bistre #412718

Tints of Bistre #412718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 50.78%
G = 30.47%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412718 (or 0x412718) is known color: Bistre. HEX triplet: 41, 27 and 18. RGB value is (65,39,24). Sum of RGB (Red+Green+Blue) = 65+39+24=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412718 is #BED8E7. Grayscale: #2D2D2D. Windows color (decimal): -12507368 or 1582913. OLE color: 1582913.

HSL color Cylindrical-coordinate representation of color #412718: hue angle of 21.95º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412718 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 24 -
CMYK 0 0.40 0.63 0.75
HSL 21.95º 0.46% 0.17% -
HSV(B) 21.95º 0.63% 0.25% -
XYZ 3.07 2.64 1.21 -
YUV 45.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 65 39 24 0 0.40 0.63 0.75 21.95 0.46 0.17
Hex 41 27 18 0 28 3F 4B 16 2E 11
Octal 101 47 30 0 50 77 113 26 56 21
Binary 1000001 100111 11000 0 101000 111111 1001011 10110 101110 10001

Color Harmonies of #412718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412718

Black with #412718

Text Example


Text Example

White with #412718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412718; }

 p { color: rgb(65,39,24); }

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

background-color css

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

 a { background-color: rgb(65,39,24); }

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

border-color css

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

 span { border-color: rgb(65,39,24); }

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