Html Css Color HEX #412B14 Bistre

📋 copy color: '#412B14'

red 65 ◦ green 43 ◦ blue 20

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

Shades of Bistre #412B14

Tints of Bistre #412B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.59%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 50.78%
G = 33.59%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412B14 (or 0x412B14) is known color: Bistre. HEX triplet: 41, 2B and 14. RGB value is (65,43,20). Sum of RGB (Red+Green+Blue) = 65+43+20=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B14 is #BED4EB. Grayscale: #2F2F2F. Windows color (decimal): -12506348 or 1321793. OLE color: 1321793.

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

Color convert

RGB 65 43 20 -
CMYK 0 0.34 0.69 0.75
HSL 30.67º 0.53% 0.17% -
HSV(B) 30.67º 0.69% 0.25% -
XYZ 3.17 2.9 1.05 -
YUV 46.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 65 43 20 0 0.34 0.69 0.75 30.67 0.53 0.17
Hex 41 2B 14 0 22 45 4B 1F 35 11
Octal 101 53 24 0 42 105 113 37 65 21
Binary 1000001 101011 10100 0 100010 1000101 1001011 11111 110101 10001

Color Harmonies of #412B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B14

Black with #412B14

Text Example


Text Example

White with #412B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,43,20); }

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

background-color css

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

 a { background-color: rgb(65,43,20); }

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

border-color css

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

 span { border-color: rgb(65,43,20); }

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