Html Css Color HEX #3F2713 Bistre

📋 copy color: '#3F2713'

red 63 ◦ green 39 ◦ blue 19

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

Shades of Bistre #3F2713

Tints of Bistre #3F2713

RGB

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

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

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

R = 52.07%
G = 32.23%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F2713 (or 0x3F2713) is known color: Bistre. HEX triplet: 3F, 27 and 13. RGB value is (63,39,19). Sum of RGB (Red+Green+Blue) = 63+39+19=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2713 is #C0D8EC. Grayscale: #2C2C2C. Windows color (decimal): -12638445 or 1255231. OLE color: 1255231.

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

Color convert

RGB 63 39 19 -
CMYK 0 0.38 0.70 0.75
HSL 27.27º 0.54% 0.16% -
HSV(B) 27.27º 0.7% 0.25% -
XYZ 2.89 2.55 0.96 -
YUV 43.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 63 39 19 0 0.38 0.70 0.75 27.27 0.54 0.16
Hex 3F 27 13 0 26 46 4B 1B 36 10
Octal 77 47 23 0 46 106 113 33 66 20
Binary 111111 100111 10011 0 100110 1000110 1001011 11011 110110 10000

Color Harmonies of #3F2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2713

Black with #3F2713

Text Example


Text Example

White with #3F2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,19); }

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

background-color css

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

 a { background-color: rgb(63,39,19); }

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

border-color css

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

 span { border-color: rgb(63,39,19); }

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