Html Css Color HEX #412714 Bistre

📋 copy color: '#412714'

red 65 ◦ green 39 ◦ blue 20

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

Shades of Bistre #412714

Tints of Bistre #412714

RGB

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

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

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

R = 52.42%
G = 31.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412714 (or 0x412714) is known color: Bistre. HEX triplet: 41, 27 and 14. RGB value is (65,39,20). Sum of RGB (Red+Green+Blue) = 65+39+20=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412714 is #BED8EB. Grayscale: #2C2C2C. Windows color (decimal): -12507372 or 1320769. OLE color: 1320769.

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

Color convert

RGB 65 39 20 -
CMYK 0 0.40 0.69 0.75
HSL 25.33º 0.53% 0.17% -
HSV(B) 25.33º 0.69% 0.25% -
XYZ 3.03 2.63 1.01 -
YUV 44.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 65 39 20 0 0.40 0.69 0.75 25.33 0.53 0.17
Hex 41 27 14 0 28 45 4B 19 35 11
Octal 101 47 24 0 50 105 113 31 65 21
Binary 1000001 100111 10100 0 101000 1000101 1001011 11001 110101 10001

Color Harmonies of #412714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412714

Black with #412714

Text Example


Text Example

White with #412714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412714; }

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

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

background-color css

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

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

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

border-color css

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

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

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