Html Css Color HEX #412813 Bistre

📋 copy color: '#412813'

red 65 ◦ green 40 ◦ blue 19

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

Shades of Bistre #412813

Tints of Bistre #412813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 52.42%
G = 32.26%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412813 (or 0x412813) is known color: Bistre. HEX triplet: 41, 28 and 13. RGB value is (65,40,19). Sum of RGB (Red+Green+Blue) = 65+40+19=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412813 is #BED7EC. Grayscale: #2D2D2D. Windows color (decimal): -12507117 or 1255489. OLE color: 1255489.

HSL color Cylindrical-coordinate representation of color #412813: hue angle of 27.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412813 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 19 -
CMYK 0 0.38 0.71 0.75
HSL 27.39º 0.55% 0.16% -
HSV(B) 27.39º 0.71% 0.25% -
XYZ 3.06 2.69 0.97 -
YUV 45.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 65 40 19 0 0.38 0.71 0.75 27.39 0.55 0.16
Hex 41 28 13 0 26 47 4B 1B 37 10
Octal 101 50 23 0 46 107 113 33 67 20
Binary 1000001 101000 10011 0 100110 1000111 1001011 11011 110111 10000

Color Harmonies of #412813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412813

Black with #412813

Text Example


Text Example

White with #412813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412813; }

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

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

background-color css

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

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

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

border-color css

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

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

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