Html Css Color HEX #3F2511 Bistre

📋 copy color: '#3F2511'

red 63 ◦ green 37 ◦ blue 17

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

Shades of Bistre #3F2511

Tints of Bistre #3F2511

RGB

 RED value IS 63 (25% from 255) = 53.85%

 GREEN value IS 37 (14.84% from 255) = 31.62%

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 53.85%
G = 31.62%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F2511 (or 0x3F2511) is known color: Bistre. HEX triplet: 3F, 25 and 11. RGB value is (63,37,17). Sum of RGB (Red+Green+Blue) = 63+37+17=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2511 is #C0DAEE. Grayscale: #2A2A2A. Windows color (decimal): -12638959 or 1123647. OLE color: 1123647.

HSL color Cylindrical-coordinate representation of color #3F2511: hue angle of 26.09º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2511 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 37 17 -
CMYK 0 0.41 0.73 0.75
HSL 26.09º 0.58% 0.16% -
HSV(B) 26.09º 0.73% 0.25% -
XYZ 2.81 2.42 0.85 -
YUV 42.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 63 37 17 0 0.41 0.73 0.75 26.09 0.58 0.16
Hex 3F 25 11 0 29 49 4B 1A 3A 10
Octal 77 45 21 0 51 111 113 32 72 20
Binary 111111 100101 10001 0 101001 1001001 1001011 11010 111010 10000

Color Harmonies of #3F2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2511

Black with #3F2511

Text Example


Text Example

White with #3F2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2511; }

 p { color: rgb(63,37,17); }

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

background-color css

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

 a { background-color: rgb(63,37,17); }

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

border-color css

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

 span { border-color: rgb(63,37,17); }

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