Html Css Color HEX #412818 Bistre

📋 copy color: '#412818'

red 65 ◦ green 40 ◦ blue 24

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

Shades of Bistre #412818

Tints of Bistre #412818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

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

R = 50.39%
G = 31.01%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412818 (or 0x412818) is known color: Bistre. HEX triplet: 41, 28 and 18. RGB value is (65,40,24). Sum of RGB (Red+Green+Blue) = 65+40+24=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412818 is #BED7E7. Grayscale: #2D2D2D. Windows color (decimal): -12507112 or 1583169. OLE color: 1583169.

HSL color Cylindrical-coordinate representation of color #412818: hue angle of 23.41º 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 #412818 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 24 -
CMYK 0 0.38 0.63 0.75
HSL 23.41º 0.46% 0.17% -
HSV(B) 23.41º 0.63% 0.25% -
XYZ 3.1 2.71 1.22 -
YUV 45.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 65 40 24 0 0.38 0.63 0.75 23.41 0.46 0.17
Hex 41 28 18 0 26 3F 4B 17 2E 11
Octal 101 50 30 0 46 77 113 27 56 21
Binary 1000001 101000 11000 0 100110 111111 1001011 10111 101110 10001

Color Harmonies of #412818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412818

Black with #412818

Text Example


Text Example

White with #412818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412818; }

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

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

background-color css

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

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

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

border-color css

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

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

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